From 35f13faca591eb8645f152e18238c9f7d6717e5f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 1 Apr 2025 07:14:32 +0200 Subject: [PATCH] python3Packages.pynitrokey: 0.7.4 -> 0.8.1 https://github.com/Nitrokey/pynitrokey/releases/tag/v0.8.1 This commit was automatically generated using update-python-libraries. --- 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 0c1b83e3bb36..cd99131143f0 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.7.4"; + version = "0.8.1"; mainProgram = "nitropy"; in @@ -40,7 +40,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - hash = "sha256-Qd1fc8ihoAk8kpexzm9sGh4VRo2o4e8weUjEztat/CY="; + hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8="; }; nativeBuildInputs = [ installShellFiles ];