python3Packages.garth: 0.5.17 -> 0.5.18

This commit is contained in:
R. Ryantm
2025-10-28 23:05:37 +00:00
parent 708d213741
commit 6c2997a6ee
@@ -13,14 +13,14 @@
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" ];