summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-06 18:08:21 +0900
committerGitHub <noreply@github.com>2023-10-06 18:08:21 +0900
commitd52dcae54331d65bb85580cd21e738dc0207f080 (patch)
treec0ab33c97c31be66e0d0a18050effe2723962d08 /pkgs/development/python-modules
parenta2eb207f45e4a14a1e3019d9e3863d1e208e2295 (diff)
parent8bf81e231ccbdd5112455128e4ddcb384b720cec (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.nix4
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 = [