python311Packages.garth: 0.4.42 -> 0.4.43

This commit is contained in:
Fabian Affolter 2024-01-13 10:15:39 +01:00
parent 9b19f5e77d
commit e99c7770d2

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.42";
version = "0.4.43";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-tCQtT7KrM/CHqAaMsvgj4aS3tkpcCYpaagvkO9DljY0=";
hash = "sha256-PlHyyXsB79wsEvZY4CmpX4ohCQUjz+ogmHOtIxEhIcc=";
};
nativeBuildInputs = [