python312Packages.garth: 0.4.45 -> 0.4.46

Changelog: https://github.com/matin/garth/releases/tag/0.4.46
This commit is contained in:
Fabian Affolter 2024-05-19 11:25:09 +02:00
parent 5df27ce02f
commit 8acf542218

View File

@ -12,21 +12,21 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.45";
version = "0.4.46";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-dN4WQZ2FLkyqCGYFBICodHR7yBdrLvx4NE6OqB0SgZo=";
hash = "sha256-WuGeZ2EggyhbEDIbjg4ffIFaj2DyHi8Tvowhoi5k2Os=";
};
nativeBuildInputs = [
pdm-backend
];
propagatedBuildInputs = [
dependencies = [
pydantic
requests
requests-oauthlib