python312Packages.garth: update diabled

This commit is contained in:
Fabian Affolter
2024-12-15 10:28:10 +01:00
committed by GitHub
parent bb8ddad597
commit 93fd885a66
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;