python313Packages.garth: 0.5.6 -> 0.5.7

Changelog: https://github.com/matin/garth/releases/tag/0.5.7
This commit is contained in:
Fabian Affolter
2025-04-28 22:40:43 +02:00
parent 1e0230733b
commit 794bb1e840
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.6";
version = "0.5.7";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-r+zQxpRrRMt238ahzbcZ2BZPhgNkUIakXcNidi0T+hk=";
hash = "sha256-DlRQ3uDcz+Okl+J2j7ltrga4CQtNn+gb6YhHTFjdf3I=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];