python312Packages.dirigera: 1.1.5 -> 1.1.6

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.1.5...v1.1.6

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.1.6
This commit is contained in:
Fabian Affolter 2024-04-27 19:59:34 +02:00
parent 6e9b53ea99
commit b0920c5e93

View file

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