python312Packages.pyngo: 2.2.0 -> 2.2.1 (#341636)

https://github.com/yezz123/pyngo/releases/tag/2.2.1
This commit is contained in:
R. RyanTM 2024-09-14 05:37:23 +10:00 committed by GitHub
parent 6fd16eb1c3
commit 3f2471a5ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "pyngo";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "yezz123";
repo = "pyngo";
rev = "refs/tags/${version}";
hash = "sha256-vzqm+g/jYkxue5DiUe+iYA5x0zMKLKQtAatOSKCUWzs=";
hash = "sha256-E3UNgn/L1bbfYljufPp+bGAvSsADpPAvv/eJimD8v50=";
};
nativeBuildInputs = [