python312Packages.dirigera: 1.1.7 -> 1.1.8

This commit is contained in:
R. Ryantm 2024-08-27 14:16:38 +00:00
parent 56fab16fa9
commit 90f4321519

View File

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