python3Packages.garth: 0.5.18 -> 0.5.19 (#457430)

This commit is contained in:
Nick Cao
2025-11-03 21:54:00 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.18";
version = "0.5.19";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+Df40ZYj5+Vo9IFFF+9wfGiKvhCWWy7hqhoBVZKsdx0=";
hash = "sha256-no9qxDtk6k5YXOEwFfwPJb4EylQRKOGorVIgvhwd4dY=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];