python311Packages.garth: 0.4.29 -> 0.4.31

This commit is contained in:
Fabian Affolter 2023-09-28 23:59:52 +02:00
parent f513bf3a77
commit 312da242aa

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