python312Packages.garth: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm 2024-12-24 19:53:03 +00:00
parent 371e69dcca
commit e5b556ef6e

View File

@ -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" ];