python3Packages.dirigera: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm
2026-04-03 19:45:48 +00:00
parent b10875c87d
commit 085b64b020
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "dirigera";
version = "1.2.6";
version = "1.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "Leggin";
repo = "dirigera";
tag = "v${finalAttrs.version}";
hash = "sha256-5pfzmaIkIEtxDtkhG1lOLSTjWahEDgQKLJKbAG5rBjE=";
hash = "sha256-R8K32jTYIh6GW3WyGRUJWxwi7Elw0D0iX8flr422L5M=";
};
build-system = [ setuptools ];