Merge pull request #257674 from fabaff/garth-bump

python311Packages.garth: 0.4.27 -> 0.4.29
This commit is contained in:
Fabian Affolter 2023-09-27 22:03:31 +02:00 committed by GitHub
commit 21203b7ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [