python311Packages.garth: 0.4.27 -> 0.4.29

This commit is contained in:
Fabian Affolter 2023-09-27 18:45:42 +02:00
parent bfbbf80015
commit 4bd8b515d0

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.27";
version = "0.4.29";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-GOpYR1fudDKHbnxwAMCXrk95xYe0Pdi7pYebHua+IjM=";
hash = "sha256-R0FoxA/ogxZGVmGNiPtnReaBa5RoSsOw5bnowCGGSbE=";
};
nativeBuildInputs = [