python312Packages.dirigera: 1.1.6 -> 1.1.7

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

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.1.7
This commit is contained in:
Fabian Affolter
2024-05-13 13:30:49 +02:00
parent 31a5a35b7e
commit db87089c64

View File

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