about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2024-04-18 14:10:00 +0200
committerGitHub <noreply@github.com>2024-04-18 14:10:00 +0200
commit9d3a92ac6887585a946c4c513a7524c17ff263a6 (patch)
treeb5f2f3f5b3982fe4df8d9fc722f4fa00924ec17e
parent522a89313f5c9c2eb19279e35c4af8353d7e1b11 (diff)
parent1df2500ceee8f26b1275e38962ab2b646065a54a (diff)
Merge pull request #304833 from r-ryantm/auto-update/python311Packages.pynitrokey
python311Packages.pynitrokey: 0.4.46 -> 0.4.47
-rw-r--r--pkgs/development/python-modules/pynitrokey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pynitrokey/default.nix b/pkgs/development/python-modules/pynitrokey/default.nix
index ad7502b695519..41218201fd55a 100644
--- a/pkgs/development/python-modules/pynitrokey/default.nix
+++ b/pkgs/development/python-modules/pynitrokey/default.nix
@@ -30,7 +30,7 @@
 
 let
   pname = "pynitrokey";
-  version = "0.4.46";
+  version = "0.4.47";
   mainProgram = "nitropy";
 in
 
@@ -40,7 +40,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-y+D90Ja3YkB6WLQuyGOhV56g6ey7iITzNtOCxpRkzXE=";
+    hash = "sha256-WOHDskGAZGhiU48JGV0yDhWIpFELFLHhn9g5sbchKKg=";
   };
 
   propagatedBuildInputs = [