python3Packages.garth: 0.5.12 -> 0.5.15 (#415196)

This commit is contained in:
OTABI Tomoya
2025-06-14 21:40:49 +09:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.12";
version = "0.5.15";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-bzEPHhIg6F/WQOUoXuaVlZGxn9PU8VdevA/DQuQ7fBw=";
hash = "sha256-GAhgngt+MjvpsFc1irRKOTqlhVhyMgST7Z9GiaLBzgc=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];