Skip to content

Commit c6b3e66

Browse files
committed
python312Packages.pynitrokey: 0.7.3 -> 0.7.4
1 parent 5089943 commit c6b3e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pynitrokey/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
let
3232
pname = "pynitrokey";
33-
version = "0.7.3";
33+
version = "0.7.4";
3434
mainProgram = "nitropy";
3535
in
3636

@@ -40,7 +40,7 @@ buildPythonPackage {
4040

4141
src = fetchPypi {
4242
inherit pname version;
43-
hash = "sha256-+sza4ZOJbElIdQLZFpoW0zs6KUYapRiC3gTxcj6Oqsg=";
43+
hash = "sha256-Qd1fc8ihoAk8kpexzm9sGh4VRo2o4e8weUjEztat/CY=";
4444
};
4545

4646
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)