Merge pull request #258355 from fabaff/garth-bump

python311Packages.garth: 0.4.33 -> 0.4.34
This commit is contained in:
Fabian Affolter
2023-10-01 11:02:39 +02:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.33";
version = "0.4.34";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-HXb43VRdCeCktuyFPDtWxrOpQPANJ82U23o2VSHq9g0=";
hash = "sha256-R8HuC+Eg1GuasxtFGqEjyTYxZJMTp8GTnD2bk6pntA0=";
};
nativeBuildInputs = [