Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.cliff: 4.2.0 -> 4.3.0

+2 -2
+2 -2
pkgs/development/python-modules/cliff/default.nix
··· 17 18 buildPythonPackage rec { 19 pname = "cliff"; 20 - version = "4.2.0"; 21 22 src = fetchPypi { 23 inherit pname version; 24 - hash = "sha256-l/wx6TVS477GZL6dVa1/kNwqtCqtjfKaW5hbZEybjPI="; 25 }; 26 27 postPatch = ''
··· 17 18 buildPythonPackage rec { 19 pname = "cliff"; 20 + version = "4.3.0"; 21 22 src = fetchPypi { 23 inherit pname version; 24 + hash = "sha256-/FtuvI+4FTMncLJIXuNsCXU5N8N8zk8yJ83U4Qsz6sw="; 25 }; 26 27 postPatch = ''