python312Packages.garth: 0.5.4 -> 0.5.6 (#399697)

This commit is contained in:
Nick Cao
2025-04-18 15:41:08 -04:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.4";
version = "0.5.6";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-Uv8kdEBPCO0W50zPzdFAgot6H/FURbhR8f1rWjGTJ9I=";
hash = "sha256-r+zQxpRrRMt238ahzbcZ2BZPhgNkUIakXcNidi0T+hk=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];