Skip to content

Commit

Permalink
python312Packages.nitrokey: 0.2.2 -> 0.2.3 (#355292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Nov 13, 2024
2 parents 18979df + 835a135 commit 8203f32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/nitrokey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@
semver,
crcmod,
hidapi,
ecdsa,
}:

buildPythonPackage rec {
pname = "nitrokey";
version = "0.2.2";
version = "0.2.3";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-tG6+diyrauJEzpPG33+S5o1ik3n44/443szR7vXH4gE=";
hash = "sha256-8Ig2LI7waU/IbUwApyFI2TwtarT5bYolgeq14SgmbEo=";
};

disabled = pythonOlder "3.9";
Expand All @@ -38,7 +37,6 @@ buildPythonPackage rec {
crcmod
cryptography
hidapi
ecdsa
protobuf5
pyserial
];
Expand Down

0 comments on commit 8203f32

Please sign in to comment.