Merge pull request #259332 from fabaff/garth-bump

python311Packages.garth: 0.4.37 -> 0.4.38
This commit is contained in:
OTABI Tomoya 2023-10-06 18:08:21 +09:00 committed by GitHub
commit d52dcae543
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.37";
version = "0.4.38";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-7mq661cW67EvvJ1s2W5Ybw+oiDz9vdmmt/ljt/llIoo=";
hash = "sha256-c+wSXADcgl7DpJJxGUus3oA4v+DmjGwjKfp0tJbcxb8=";
};
nativeBuildInputs = [