Merge pull request #307277 from fabaff/dirigera-bump

python312Packages.dirigera: 1.1.5 -> 1.1.6
This commit is contained in:
Fabian Affolter 2024-04-27 22:36:24 +02:00 committed by GitHub
commit 9a484be108
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];