about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2023-10-01 02:13:53 +0200
committerNicolas Benes <nbenes.gh@xandea.de>2023-10-01 02:13:53 +0200
commit84758141375f12b0574326ae46515f945213fcec (patch)
tree968d68c3f85d5c59f4d75ce810f3712a4d9e2b2c
parent5f3454baa462729fb89f5bf853244c3518a74822 (diff)
pynitrokey: 0.4.39 -> 0.4.40
https://github.com/Nitrokey/pynitrokey/releases/tag/v0.4.40
-rw-r--r--pkgs/tools/security/pynitrokey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pynitrokey/default.nix b/pkgs/tools/security/pynitrokey/default.nix
index 9c36ceb3c841e..690d566c476d8 100644
--- a/pkgs/tools/security/pynitrokey/default.nix
+++ b/pkgs/tools/security/pynitrokey/default.nix
@@ -10,12 +10,12 @@ with python3Packages;
 
 buildPythonApplication rec {
   pname = "pynitrokey";
-  version = "0.4.39";
+  version = "0.4.40";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-KXYHeWwV9Tw1ZpO/vASHjDnceeb+1K0yIUohb7EcRAI=";
+    hash = "sha256-Hu+8UooDzv4GhkWt0sCckQQyHjWn4V/zt2ADlVCoHmk=";
   };
 
   propagatedBuildInputs = [