python312Packages.dirigera: 1.1.1 -> 1.1.2

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.1.1...v1.1.2

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.1.2
This commit is contained in:
Fabian Affolter 2024-04-16 10:27:33 +02:00
parent d4d0ea65ee
commit 6c3a2fe04e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-k5xChz3qfClWU131WH0CqaY8qrJXh85NQ0y1iPfnX5Y=";
hash = "sha256-EOnhkfU6DC0IfroHR8O45eNxIyyNS81Z/ptSViqyThU=";
};
build-system = [ setuptools ];