python311Packages.dirigera: 1.0.10 -> 1.0.11

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.0.10...v1.0.11

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.0.11
This commit is contained in:
Fabian Affolter 2024-03-21 22:02:59 +01:00
parent 38d8d0e7ea
commit 2f4205900f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.0.10";
version = "1.0.11";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-FuytNb+AiimKZPhX7qaxKvM4Y9NofvrzMGLW1PPu3Cw=";
hash = "sha256-kZlmfoGbvSv13+UqCE73ToLfrzzQ9AOxefRTxUvxMCg=";
};
nativeBuildInputs = [