python3Packages.nitrokey: 0.4.0 -> 0.4.1 (#439318)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-03 21:22:48 +02:00
committed by GitHub
@@ -17,16 +17,14 @@
buildPythonPackage rec {
pname = "nitrokey";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uZ3KF+8PUwVjwf73buFpq/6Fu+fqkfIecP3A33FmtKk=";
hash = "sha256-m351pDLMuZaddbUqJz5r/ljz/vVq+RBDGk4xskc3HCk=";
};
disabled = pythonOlder "3.9";
pythonRelaxDeps = [ "protobuf" ];
build-system = [ poetry-core ];