Merge pull request #312754 from r-ryantm/auto-update/python311Packages.cliff

python311Packages.cliff: 4.6.0 -> 4.7.0

authored by Sandro and committed by GitHub 84416a24 9afe8b7f

+2 -2
+2 -2
pkgs/development/python-modules/cliff/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "cliff"; 20 - version = "4.6.0"; 20 + version = "4.7.0"; 21 21 format = "setuptools"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-LzjOi9HqSVjWbxWwZqxH5l1h9gC5MZuSHhLp6cvNmdA="; 25 + hash = "sha256-bKRfjfUZu8ByLGEEnee35EKkZfp/P1Urltc1+ib9WyY="; 26 26 }; 27 27 28 28 postPatch = ''