3
0
Fork 0
forked from mirrors/nixpkgs

pynitrokey: 0.4.44 -> 0.4.45

This commit is contained in:
R. Ryantm 2024-01-24 10:11:00 +00:00
parent 19f815760d
commit 94bea1411c

View file

@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.4.44";
version = "0.4.45";
mainProgram = "nitropy";
in
@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-SWLxiUAE8AVa+EYjOk0kzOcW65TJbvUe627VmJY7nFY=";
hash = "sha256-iY4ThrmXP7pEjTYYU4lePVAbuJGTdHX3iKswXzuf7W8=";
};
propagatedBuildInputs = [