python310Packages.cloup: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2022-09-23 02:57:30 +00:00
parent 374f1f40cc
commit 3834b4091b

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "cloup";
version = "1.0.0";
version = "1.0.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/DR3evRK1d7Kz9dCp4RzeAD5opsYPZF0ox0HqR9u710=";
sha256 = "sha256-iQfpz2rl7Y3PJIG2aO+Cu1khx2g68XfOwhkRoENqsTg=";
};
nativeBuildInputs = [