python312Packages.dirigera: 1.2.1 -> 1.2.2 (#363583)

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.2.1...v1.2.2

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.2
This commit is contained in:
Fabian Affolter 2024-12-09 23:44:20 +01:00 committed by GitHub
parent 0425490f47
commit ecf020711c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.2.1";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-fjVMdBIU1MCfiv1UGgjVonlvU+xESQPn4HIbEhOGclc=";
hash = "sha256-f5+9uDS8WfGjWWYf0wUEPM6ZitQpKPJIjAj1WhyyWEM=";
};
build-system = [ setuptools ];