pynitrokey: 0.4.36 -> 0.4.37

https://github.com/Nitrokey/pynitrokey/releases/tag/v0.4.37
This commit is contained in:
Martin Weinelt 2023-05-25 18:26:03 +02:00
parent 0fc80fcb05
commit 266471ac2d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,12 +4,12 @@ with python3Packages;
buildPythonApplication rec {
pname = "pynitrokey";
version = "0.4.36";
version = "0.4.37";
format = "flit";
src = fetchPypi {
inherit pname version;
hash = "sha256-Y+6T1iUp9TVYbAjpXVHozC6WT061r0VYv/ifu8lcN6E=";
hash = "sha256-KoZym1b+E0P3kRt0PTm9wCX4nO31isDIwEq38xMgDDU=";
};
propagatedBuildInputs = [