about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-27 11:09:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-27 11:09:28 +0000
commit89f2d20589f5704979dba75bdc4d9172f4ad7ae4 (patch)
treea05aa39b692458b4dbe3eb2a70375745b231b1bd
parentcea0b673686e0d0cdceee9b15b4f424ba9008843 (diff)
pynitrokey: 0.4.38 -> 0.4.39
-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 ccf30f000ed58..b0a40fba9dcb3 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.38";
+  version = "0.4.39";
   format = "flit";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-8TMDbkRyTkzULrBeO0SL/WXB240LD/iZLigE/zPum2A=";
+    hash = "sha256-KXYHeWwV9Tw1ZpO/vASHjDnceeb+1K0yIUohb7EcRAI=";
   };
 
   propagatedBuildInputs = [