pynitrokey: 0.4.39 -> 0.4.40

https://github.com/Nitrokey/pynitrokey/releases/tag/v0.4.40
This commit is contained in:
Nicolas Benes 2023-10-01 02:13:53 +02:00
parent 5f3454baa4
commit 8475814137

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