python3Packages.garth: 0.7.11 -> 0.8.0

Changelog: https://github.com/matin/garth/releases/tag/0.8.0
This commit is contained in:
Fabian Affolter
2026-04-04 21:23:04 +02:00
parent 6e0b519503
commit 3bc16fa44e
@@ -15,12 +15,12 @@
buildPythonPackage (finalAttrs: {
pname = "garth";
version = "0.7.11";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-xB9cdbKppo+ULEwoata3RA9w2y0XLE1JSt0M/PPa1n8=";
hash = "sha256-9y7fvv4YwQgeWJjKj8FlSKc6CfyrQ2S4SSIXzjP3SeM=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];