nitrokey: 0.2.3 -> 0.2.4

This fixes the build failure on master,
see https://github.com/Nitrokey/nitrokey-sdk-py/issues/60
This commit is contained in:
r-vdp
2025-01-22 15:30:38 +01:00
parent 233b82ef83
commit e171f540ea
@@ -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";