Merge pull request #296800 from r-ryantm/auto-update/python312Packages.garth

python312Packages.garth: 0.4.44 -> 0.4.45
This commit is contained in:
Fabian Affolter
2024-03-18 08:12:17 +01:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.44";
version = "0.4.45";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-CgLWstmhWXI2w6KBSpIGp8G1smWAKXC0goHKw3I9rJ4=";
hash = "sha256-dN4WQZ2FLkyqCGYFBICodHR7yBdrLvx4NE6OqB0SgZo=";
};
nativeBuildInputs = [