python312Packages.nitrokey: 0.2.0 -> 0.2.1 (#350309)

This commit is contained in:
h7x4
2024-10-22 17:52:47 +02:00
committed by GitHub
@@ -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";