python313Packages.garth: 0.5.16 -> 0.5.17

Changelog: https://github.com/matin/garth/releases/tag/0.5.17
This commit is contained in:
Fabian Affolter
2025-06-26 09:37:13 +02:00
parent 681e4464da
commit 5b37676cd4
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.16";
version = "0.5.17";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-5ZmxL5JYHZB5sFrpaCF8vrCo45LAKVYfP/yfilmHprI=";
hash = "sha256-SO3pOMOLL9cHd+VccCVTh3XZPBBH9DzHxEgfKgSxCcs=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];