python310Packages.garth: 0.4.41 -> 0.4.42

This commit is contained in:
R. Ryantm 2023-12-27 23:29:22 +00:00
parent 0654bfb1e4
commit 0493e502bb

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.41";
version = "0.4.42";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-1CnRgPJTG7cpfa/SyhBwVw0Lj6ENI/YY/q2yNeve9c0=";
hash = "sha256-tCQtT7KrM/CHqAaMsvgj4aS3tkpcCYpaagvkO9DljY0=";
};
nativeBuildInputs = [