python3Packages.garth: 0.7.9 -> 0.7.11

This commit is contained in:
R. Ryantm
2026-03-27 08:01:09 +00:00
parent 9ecd4b69ea
commit 98e9ab40a5
@@ -15,12 +15,12 @@
buildPythonPackage (finalAttrs: {
pname = "garth";
version = "0.7.9";
version = "0.7.11";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-vLNoLl6Z5w7n6u//desPqtgRCqEx66T/EiLXcFDN6Z4=";
hash = "sha256-xB9cdbKppo+ULEwoata3RA9w2y0XLE1JSt0M/PPa1n8=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];