python310Packages.cloup: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm
2023-11-30 08:10:41 +00:00
parent c67a44307a
commit dbe4453f43
@@ -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 = [