diff options
| author | OTABI Tomoya <tomoya.otabi@gmail.com> | 2023-10-06 18:08:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-06 18:08:21 +0900 |
| commit | d52dcae54331d65bb85580cd21e738dc0207f080 (patch) | |
| tree | c0ab33c97c31be66e0d0a18050effe2723962d08 /pkgs/development/python-modules | |
| parent | a2eb207f45e4a14a1e3019d9e3863d1e208e2295 (diff) | |
| parent | 8bf81e231ccbdd5112455128e4ddcb384b720cec (diff) | |
Merge pull request #259332 from fabaff/garth-bump
python311Packages.garth: 0.4.37 -> 0.4.38
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/garth/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/garth/default.nix b/pkgs/development/python-modules/garth/default.nix index 92ce1294388e..45ba76913a32 100644 --- a/pkgs/development/python-modules/garth/default.nix +++ b/pkgs/development/python-modules/garth/default.nix @@ -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 = [ |
