python313Packages.garth: 0.5.2 -> 0.5.3

Changelog: https://github.com/matin/garth/releases/tag/0.5.3
This commit is contained in:
Fabian Affolter
2025-03-13 20:22:21 +01:00
parent 268a579707
commit a5de042ebb
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-WUrK/ieYnao/+8hGDK8GOAI1nGsfQMmP/Tsh9prcbgk=";
hash = "sha256-cyqXCkfkpd71VqguZFOA4bO/dOkKBZkEzJ6BVLCBWFA=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];