python311Packages.garth: 0.4.38 -> 0.4.39

This commit is contained in:
R. Ryantm 2023-10-19 07:07:58 +00:00
parent 1ae1ab8d01
commit 5827f21fb8

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "garth";
version = "0.4.38";
version = "0.4.39";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-c+wSXADcgl7DpJJxGUus3oA4v+DmjGwjKfp0tJbcxb8=";
hash = "sha256-2jmgi0evGqVgtcPRTYpTWG0wFrG1i5W7ryZJslPweNc=";
};
nativeBuildInputs = [