python312Packages.garth: 0.5.3 -> 0.5.4 (#397776)

This commit is contained in:
Nick Cao
2025-04-10 17:47:36 -04:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-cyqXCkfkpd71VqguZFOA4bO/dOkKBZkEzJ6BVLCBWFA=";
hash = "sha256-Uv8kdEBPCO0W50zPzdFAgot6H/FURbhR8f1rWjGTJ9I=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];