Merge pull request #271138 from r-ryantm/auto-update/python310Packages.cloup

python310Packages.cloup: 3.0.2 -> 3.0.3
This commit is contained in:
Nick Cao 2023-11-30 09:23:30 -05:00 committed by GitHub
commit bb1d852b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "cloup";
version = "3.0.2";
version = "3.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-zBBZYQ2B2qCMxgflbHroGfqwEPGdGfPIdc7rZ1GDrPY=";
hash = "sha256-5b13idF8DelxOaxeuK+ML42Wotg2PoQRIk32JaaFjSE=";
};
nativeBuildInputs = [