python3Packages.cloup: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm
2025-08-05 21:04:15 +00:00
parent be57485fff
commit ea9bf8f355
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "cloup";
version = "3.0.7";
version = "3.0.8";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-yFLgoFQapDPGqzGpuLUD9j2Ygekd2vA4TWknll8rQhw=";
hash = "sha256-+RwICnJRlt33T+q9YlAmb0Zul/wW3+Iadiz2vGvrPss=";
};
nativeBuildInputs = [ setuptools-scm ];