python311Packages.garth: 0.4.33 -> 0.4.34

This commit is contained in:
Fabian Affolter 2023-10-01 09:56:41 +02:00
parent 860c01bd39
commit 3320d3bcf4

View file

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "garth"; pname = "garth";
version = "0.4.33"; version = "0.4.34";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-HXb43VRdCeCktuyFPDtWxrOpQPANJ82U23o2VSHq9g0="; hash = "sha256-R8HuC+Eg1GuasxtFGqEjyTYxZJMTp8GTnD2bk6pntA0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [