python312Packages.dirigera: 1.1.9 -> 1.2.0

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.1.9...v1.2.0

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.0
This commit is contained in:
Fabian Affolter
2024-09-24 23:16:40 +02:00
parent 5fea7ad909
commit 89d01e0bc0
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.1.9";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-5vvWBJhTIFmYKIPQqZ1q2zSkru32SyPll8WNgOAdZwU=";
hash = "sha256-JmrKeHypWhqOWO0LpzNe1qyeXuYnMyZoM+2IQbz6WDU=";
};
build-system = [ setuptools ];