python312Packages.nitrokey: 0.2.1 -> 0.2.2

https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.2
This commit is contained in:
Nicolas Benes
2024-10-26 12:50:32 +02:00
parent 0fb80da7c1
commit 962caa28a0
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "nitrokey";
version = "0.2.1";
version = "0.2.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Hn/CYvuPRkT9NYzfB8skN3Z732xfmHu6xDTVI/nDbqU=";
hash = "sha256-tG6+diyrauJEzpPG33+S5o1ik3n44/443szR7vXH4gE=";
};
disabled = pythonOlder "3.9";