python312Packages.nitrokey: 0.2.1 -> 0.2.2 (#351415)

This commit is contained in:
Nick Cao 2024-10-26 09:26:03 -04:00 committed by GitHub
commit 91513c5071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";