Merge pull request #275347 from frogamic/pynitrokey-0.4.44

python310Packages.pynitrokey: 0.4.43 -> 0.4.44
This commit is contained in:
Guillaume Girol 2023-12-23 14:26:43 +01:00 committed by GitHub
commit a45a45fe16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.4.43";
version = "0.4.44";
mainProgram = "nitropy";
in
@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-dYOdokqALDg4Xn7N6Yd0skM/tit+j5+xY73sm9k76hE=";
hash = "sha256-SWLxiUAE8AVa+EYjOk0kzOcW65TJbvUe627VmJY7nFY=";
};
propagatedBuildInputs = [