python312Packages.nitrokey: 0.2.0 -> 0.2.1

This commit is contained in:
R. Ryantm
2024-10-21 19:01:15 +00:00
parent 968e5b2ab2
commit 49ff118408
@@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "nitrokey";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-oWfhy7Mj1UnrC70G7fpkl4q4uG0CdvO0BHwfJYszR30=";
hash = "sha256-Hn/CYvuPRkT9NYzfB8skN3Z732xfmHu6xDTVI/nDbqU=";
};
disabled = pythonOlder "3.9";