python312Packages.garth: 0.5.4 -> 0.5.6

Changelog: https://github.com/matin/garth/releases/tag/0.5.6
This commit is contained in:
Fabian Affolter
2025-04-18 11:45:13 +02:00
parent 79b9620e82
commit 40fe9cf70b
@@ -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" ];