From 9291e4c2a03e4d9366dc3f6245b9f388192a6372 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 11 May 2025 09:47:25 +0000 Subject: [PATCH] python3Packages.pynitrokey: 0.8.1 -> 0.8.3 --- pkgs/development/python-modules/pynitrokey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pynitrokey/default.nix b/pkgs/development/python-modules/pynitrokey/default.nix index cd99131143f0..1852360f7324 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.8.1"; + version = "0.8.3"; mainProgram = "nitropy"; in @@ -40,7 +40,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8="; + hash = "sha256-GPg034MhJLROSERWasZyvklckLICBI6XWMTLC++nX4g="; }; nativeBuildInputs = [ installShellFiles ];