From 266471ac2da94b6c7e34d2f2119c448c7195386c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 25 May 2023 18:26:03 +0200 Subject: [PATCH] pynitrokey: 0.4.36 -> 0.4.37 https://github.com/Nitrokey/pynitrokey/releases/tag/v0.4.37 --- pkgs/tools/security/pynitrokey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/pynitrokey/default.nix b/pkgs/tools/security/pynitrokey/default.nix index dfd9454400fc..6727101d3fe7 100644 --- a/pkgs/tools/security/pynitrokey/default.nix +++ b/pkgs/tools/security/pynitrokey/default.nix @@ -4,12 +4,12 @@ with python3Packages; buildPythonApplication rec { pname = "pynitrokey"; - version = "0.4.36"; + version = "0.4.37"; format = "flit"; src = fetchPypi { inherit pname version; - hash = "sha256-Y+6T1iUp9TVYbAjpXVHozC6WT061r0VYv/ifu8lcN6E="; + hash = "sha256-KoZym1b+E0P3kRt0PTm9wCX4nO31isDIwEq38xMgDDU="; }; propagatedBuildInputs = [