python310Packages.pynuki: 1.6.1 -> 1.6.2

This commit is contained in:
Fabian Affolter 2023-03-25 20:58:13 +01:00
parent 4482c70530
commit 978e39e78e

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pynuki";
version = "1.6.1";
version = "1.6.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pschmitt";
repo = pname;
rev = version;
hash = "sha256-iGP8Bs5Jg8Xu1gAhpbB5lfrZjsF7X+lIt4dJP3fdhD8=";
hash = "sha256-I0eAhgThSBEmJF6mYw+0Bh1kCUqEMFnCx+4n7l3Hf14=";
};
nativeBuildInputs = [