pynitrokey: 0.4.37 -> 0.4.38

This commit is contained in:
Nicolas Benes 2023-06-12 12:32:32 +02:00
parent 3da8671d44
commit 269c517fe8

View File

@ -10,18 +10,19 @@ with python3Packages;
buildPythonApplication rec {
pname = "pynitrokey";
version = "0.4.37";
version = "0.4.38";
format = "flit";
src = fetchPypi {
inherit pname version;
hash = "sha256-KoZym1b+E0P3kRt0PTm9wCX4nO31isDIwEq38xMgDDU=";
hash = "sha256-8TMDbkRyTkzULrBeO0SL/WXB240LD/iZLigE/zPum2A=";
};
propagatedBuildInputs = [
certifi
cffi
click
click-aliases
cryptography
ecdsa
frozendict
@ -32,6 +33,7 @@ buildPythonApplication rec {
python-dateutil
pyusb
requests
semver
spsdk
tqdm
urllib3