pythonPackages.cli-helpers: 1.2.0 -> 1.2.1 (#62989)

This commit is contained in:
Jon 2019-06-12 08:56:15 -07:00 committed by Wael Nasreddine
parent c8dedaddd6
commit e82f01d2c5

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "cli_helpers";
version = "1.2.0";
version = "1.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "0p9yklddpplncr765h6qrii1dgvvlqxj25n5400dwqas9lmij4fj";
sha256 = "0rd194l06aw4612j09b44pgh8b8l4cwmz7xgwsgdj9v8m3m25nwq";
};
propagatedBuildInputs = [