python3Packages.cloup: 3.0.7 -> 3.0.8 (#431267)

This commit is contained in:
Yohann Boniface
2025-08-07 03:59:42 +02:00
committed by GitHub
@@ -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 ];