Merge pull request #234023 from mweinelt/pynitrokey-0.4.37

pynitrokey: 0.4.36 -> 0.4.37
This commit is contained in:
Weijia Wang 2023-05-25 22:31:27 +03:00 committed by GitHub
commit bc211ed341
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [