Merge pull request #311329 from fabaff/dirigera-bump

python312Packages.dirigera: 1.1.6 -> 1.1.7
This commit is contained in:
Nick Cao
2024-05-13 11:09:37 -04:00
committed by GitHub
@@ -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 ];