python313Packages.dirigera: 1.2.5 -> 1.2.6

Diff: https://github.com/Leggin/dirigera/compare/v1.2.5...v1.2.6

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.6
This commit is contained in:
Fabian Affolter
2026-01-26 12:44:31 +01:00
parent 9bb3f3920c
commit 9b1eb197e8
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.2.5";
version = "1.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Leggin";
repo = "dirigera";
tag = version;
hash = "sha256-xFiAhlNbl20MPFNkl8J4vx+KgvINYS3P5EAQxc620/k=";
tag = "v${version}";
hash = "sha256-5pfzmaIkIEtxDtkhG1lOLSTjWahEDgQKLJKbAG5rBjE=";
};
build-system = [ setuptools ];