Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.pynitrokey: 0.4.50 -> 0.6.0 #346709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pkgs/development/python-modules/pynitrokey/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -40,7 +40,7 @@ buildPythonPackage {

src = fetchPypi {
inherit pname version;
hash = "sha256-BIBwIYxoUcK7E69REcu/qmrpNlyYwnA7Im3iRSsWlnA=";
hash = "sha256-pY6ATORZDPGRnkN6dse1s/DzQRpplDbPAGUHU4E7U9M=";
};

propagatedBuildInputs = [
Expand All @@ -55,16 +55,16 @@ buildPythonPackage {
python-dateutil
pyusb
requests
spsdk
tqdm
tlv8
typing-extensions
pyserial
protobuf
click-aliases
semver
nethsm
importlib-metadata
nitrokey
pyscard
asn1crypto
];

nativeBuildInputs = [
Expand Down