diff --git a/pkgs/development/python-modules/garth/default.nix b/pkgs/development/python-modules/garth/default.nix index 676557ce318a..f2714d2d0c8e 100644 --- a/pkgs/development/python-modules/garth/default.nix +++ b/pkgs/development/python-modules/garth/default.nix @@ -6,21 +6,18 @@ pydantic, pytest-vcr, pytestCheckHook, - pythonOlder, requests, requests-oauthlib, }: buildPythonPackage rec { pname = "garth"; - version = "0.5.17"; + version = "0.5.18"; pyproject = true; - disabled = pythonOlder "3.10"; - src = fetchPypi { inherit pname version; - hash = "sha256-SO3pOMOLL9cHd+VccCVTh3XZPBBH9DzHxEgfKgSxCcs="; + hash = "sha256-+Df40ZYj5+Vo9IFFF+9wfGiKvhCWWy7hqhoBVZKsdx0="; }; pythonRelaxDeps = [ "requests-oauthlib" ];