mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python312Packages.pynitrokey: 0.4.50 -> 0.6.0 (#346709)
This commit is contained in:
commit
2f58210af2
@ -16,21 +16,21 @@
|
||||
python-dateutil,
|
||||
pyusb,
|
||||
requests,
|
||||
spsdk,
|
||||
tqdm,
|
||||
tlv8,
|
||||
typing-extensions,
|
||||
pyserial,
|
||||
protobuf,
|
||||
click-aliases,
|
||||
semver,
|
||||
nethsm,
|
||||
importlib-metadata,
|
||||
nitrokey,
|
||||
pyscard,
|
||||
asn1crypto,
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "pynitrokey";
|
||||
version = "0.4.50";
|
||||
version = "0.6.0";
|
||||
mainProgram = "nitropy";
|
||||
in
|
||||
|
||||
@ -40,10 +40,14 @@ buildPythonPackage {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-BIBwIYxoUcK7E69REcu/qmrpNlyYwnA7Im3iRSsWlnA=";
|
||||
hash = "sha256-pY6ATORZDPGRnkN6dse1s/DzQRpplDbPAGUHU4E7U9M=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
dependencies = [
|
||||
certifi
|
||||
cffi
|
||||
click
|
||||
@ -55,21 +59,16 @@ buildPythonPackage {
|
||||
python-dateutil
|
||||
pyusb
|
||||
requests
|
||||
spsdk
|
||||
tqdm
|
||||
tlv8
|
||||
typing-extensions
|
||||
pyserial
|
||||
protobuf
|
||||
click-aliases
|
||||
semver
|
||||
nethsm
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
flit-core
|
||||
installShellFiles
|
||||
nitrokey
|
||||
pyscard
|
||||
asn1crypto
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user