python: clikit: 0.4.3 -> 0.6.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:01 +02:00
parent bc65941a47
commit 4e96135b66

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "clikit"; pname = "clikit";
version = "0.4.3"; version = "0.6.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0glppxx0pyppjcigzs8h16srlbxb6nci0282xfy3ayvwbq8pwbbf"; sha256 = "0603e3c19fa106f5df5f224826c92e57221f48ec969e42744173e0458d359354";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [