python312Packages.dirigera: 1.1.2 -> 1.1.4

This commit is contained in:
R. Ryantm
2024-04-19 04:51:55 +00:00
parent 1f3ac32a1e
commit 3062869989
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "dirigera";
version = "1.1.2";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Leggin";
repo = "dirigera";
rev = "refs/tags/v${version}";
hash = "sha256-EOnhkfU6DC0IfroHR8O45eNxIyyNS81Z/ptSViqyThU=";
hash = "sha256-60DLNp3mM4LpnmM98JVcKlOxj20jvtsBnYq7tL4WEW8=";
};
build-system = [ setuptools ];