python312Packages.dirigera: 1.2.0 -> 1.2.1

Diff: https://github.com/Leggin/dirigera/compare/refs/tags/v1.2.0...v1.2.1

Changelog: https://github.com/Leggin/dirigera/releases/tag/v1.2.1
This commit is contained in:
Fabian Affolter 2024-10-17 23:29:56 +02:00
parent 195f72463d
commit 094125f750

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-JmrKeHypWhqOWO0LpzNe1qyeXuYnMyZoM+2IQbz6WDU=";
hash = "sha256-fjVMdBIU1MCfiv1UGgjVonlvU+xESQPn4HIbEhOGclc=";
};
build-system = [ setuptools ];