mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
python312Packages.nitrokey: 0.2.2 -> 0.2.3
https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.3
This commit is contained in:
parent
0e41c05250
commit
835a135705
@ -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";
|
||||
@ -38,7 +37,6 @@ buildPythonPackage rec {
|
||||
crcmod
|
||||
cryptography
|
||||
hidapi
|
||||
ecdsa
|
||||
protobuf5
|
||||
pyserial
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user