python313Packages.garth: 0.5.10 -> 0.5.12 (#413340)

This commit is contained in:
Nick Cao
2025-06-02 17:19:11 -04:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.10";
version = "0.5.12";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-IGBJNEGD+XgQQJG3sBh6t0CMZH9eRhJIfHE0+4Jx0H0=";
hash = "sha256-bzEPHhIg6F/WQOUoXuaVlZGxn9PU8VdevA/DQuQ7fBw=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];