python312Packages.garth: 0.5.1 -> 0.5.2 (#367991)

This commit is contained in:
Fabian Affolter
2024-12-25 09:53:44 +01:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-cM3fYsNVs27laJuDDzLTZgaVS0NrMnB599Xc6IpUO6M=";
hash = "sha256-WUrK/ieYnao/+8hGDK8GOAI1nGsfQMmP/Tsh9prcbgk=";
};
pythonRelaxDeps = [ "requests-oauthlib" ];