Merge pull request #219036 from fabaff/pynuki-bump

python310Packages.pynuki: 1.6.0 -> 1.6.1
This commit is contained in:
Fabian Affolter 2023-03-01 23:09:44 +01:00 committed by GitHub
commit 1380b2cfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pynuki";
version = "1.6.0";
version = "1.6.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pschmitt";
repo = pname;
rev = version;
hash = "sha256-9WiPApesocE9wXyI/qH+TTfbsTgJTyifSW3tfNro7XI=";
hash = "sha256-iGP8Bs5Jg8Xu1gAhpbB5lfrZjsF7X+lIt4dJP3fdhD8=";
};
nativeBuildInputs = [