python312Packages.nitrokey: 0.2.1 -> 0.2.2 (#351415)
This commit is contained in:
commit
91513c5071
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user