python313Packages.dirigera: 1.2.2 -> 1.2.3 (#395295)

This commit is contained in:
Fabian Affolter
2025-04-01 23:46:51 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
tag = "v${version}";
hash = "sha256-f5+9uDS8WfGjWWYf0wUEPM6ZitQpKPJIjAj1WhyyWEM=";
hash = "sha256-PnjVWfbus76t3s0m6Evvjz3bqVzbUj34ZveH8ABVD7w=";
};
build-system = [ setuptools ];