python312Packages.dirigera: 1.0.11 -> 1.0.12

This commit is contained in:
R. Ryantm 2024-03-27 21:20:36 +00:00
parent d6411ed8c6
commit 432205b461
1 changed files with 2 additions and 2 deletions

View File

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