From e171f540ea5e851abd0559abedc9bf5c063ef179 Mon Sep 17 00:00:00 2001 From: r-vdp Date: Wed, 22 Jan 2025 11:15:46 +0100 Subject: [PATCH] nitrokey: 0.2.3 -> 0.2.4 This fixes the build failure on master, see https://github.com/Nitrokey/nitrokey-sdk-py/issues/60 --- pkgs/development/python-modules/nitrokey/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nitrokey/default.nix b/pkgs/development/python-modules/nitrokey/default.nix index b6426fe8b1ec..6e1f0ac7d7d6 100644 --- a/pkgs/development/python-modules/nitrokey/default.nix +++ b/pkgs/development/python-modules/nitrokey/default.nix @@ -17,12 +17,12 @@ buildPythonPackage rec { pname = "nitrokey"; - version = "0.2.3"; + version = "0.2.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-8Ig2LI7waU/IbUwApyFI2TwtarT5bYolgeq14SgmbEo="; + hash = "sha256-XDlcOfOTGgYsg5DLsy1wJd3AzuvWSvqyFSEYrDOp0Ic="; }; disabled = pythonOlder "3.9";