diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-10-04 14:29:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 14:29:13 -0400 |
| commit | 9b6f1249744924973e9c701c1d8d3f56ea97eced (patch) | |
| tree | 0441bc62dc85def0c3adea3ed7e31c99848242c2 | |
| parent | Merge pull request #258993 from mbalatsko/update-mrsqm-5 (diff) | |
| parent | python311Packages.garth: 0.4.36 -> 0.4.37 (diff) | |
| download | nixpkgs-9b6f1249744924973e9c701c1d8d3f56ea97eced.tar.gz | |
Merge pull request #259025 from fabaff/garth-bump
python311Packages.garth: 0.4.36 -> 0.4.37
| -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 c8ba9d788053..92ce1294388e 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.36"; + version = "0.4.37"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-wntyWW8pGZlRkP+3v3mLQjoq8E0K9THg0w1tsPIytCg="; + hash = "sha256-7mq661cW67EvvJ1s2W5Ybw+oiDz9vdmmt/ljt/llIoo="; }; nativeBuildInputs = [ |
