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

python310Packages.cloup: 3.0.1 -> 3.0.2
This commit is contained in:
Nick Cao 2023-09-17 09:57:34 -04:00 committed by GitHub
commit 774aab3891
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.1";
version = "3.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4ItMwje7mlvY/4G6btSUmOIgDaw5InsWSOlXiCAo6ZM=";
hash = "sha256-zBBZYQ2B2qCMxgflbHroGfqwEPGdGfPIdc7rZ1GDrPY=";
};
nativeBuildInputs = [