Merge pull request #258352 from panicgh/pynitrokey

pynitrokey: 0.4.39 -> 0.4.40
This commit is contained in:
Weijia Wang
2023-10-21 15:43:27 +02:00
committed by GitHub
+2 -2
View File
@@ -10,12 +10,12 @@ with python3Packages;
buildPythonApplication rec {
pname = "pynitrokey";
version = "0.4.39";
version = "0.4.40";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-KXYHeWwV9Tw1ZpO/vASHjDnceeb+1K0yIUohb7EcRAI=";
hash = "sha256-Hu+8UooDzv4GhkWt0sCckQQyHjWn4V/zt2ADlVCoHmk=";
};
propagatedBuildInputs = [