python310Packages.pynitrokey: 0.4.43 -> 0.4.44

This commit is contained in:
Dominic Shelton 2023-12-19 18:47:55 +11:00
parent 04d48f3896
commit 706458a8c8
No known key found for this signature in database
GPG key ID: AAE070F067EC00A5

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 = [