Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.nitrokey: 0.2.2 -> 0.2.3

https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.3

+2 -4
+2 -4
pkgs/development/python-modules/nitrokey/default.nix
··· 13 13 semver, 14 14 crcmod, 15 15 hidapi, 16 - ecdsa, 17 16 }: 18 17 19 18 buildPythonPackage rec { 20 19 pname = "nitrokey"; 21 - version = "0.2.2"; 20 + version = "0.2.3"; 22 21 pyproject = true; 23 22 24 23 src = fetchPypi { 25 24 inherit pname version; 26 - hash = "sha256-tG6+diyrauJEzpPG33+S5o1ik3n44/443szR7vXH4gE="; 25 + hash = "sha256-8Ig2LI7waU/IbUwApyFI2TwtarT5bYolgeq14SgmbEo="; 27 26 }; 28 27 29 28 disabled = pythonOlder "3.9"; ··· 38 37 crcmod 39 38 cryptography 40 39 hidapi 41 - ecdsa 42 40 protobuf5 43 41 pyserial 44 42 ];