Merge pull request #257917 from fabaff/garth-bump

python311Packages.garth: 0.4.29 -> 0.4.31
This commit is contained in:
Fabian Affolter 2023-09-29 08:47:54 +02:00 committed by GitHub
commit 4370e22275
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.29";
version = "0.4.31";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-R0FoxA/ogxZGVmGNiPtnReaBa5RoSsOw5bnowCGGSbE=";
hash = "sha256-8Suo/BxKmergzKcD62rsmo3MHG0qCdJfqxbkrQdAxxo=";
};
nativeBuildInputs = [