python3Packages.cliff: 4.0.0 -> 4.1.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:01 +01:00
parent c2ea958f13
commit f11dcdc933

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "cliff";
version = "4.0.0";
version = "4.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ow0w56z1DjwhSjnuPmaqLytZV+Kh3jc+F7uo6Yx1AaU=";
sha256 = "sha256-u+6CEnMIRyoxI+0QtSiWFsssQ1B0ZW3QcuVTYwU9CRw=";
};
postPatch = ''