peru: 1.1.4 -> 1.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/peru/versions
This commit is contained in:
R. RyanTM 2018-12-24 21:24:12 -08:00 committed by worldofpeace
parent f159fc8f19
commit 1caff6fac2

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
name = "peru-${version}";
version = "1.1.4";
version = "1.2.0";
src = fetchFromGitHub {
owner = "buildinspace";
repo = "peru";
rev = "${version}";
sha256 = "0mzmi797f2h2wy36q4ab701ixl5zy4m0pp1wp9abwdfg2y6qhmnk";
sha256 = "0p4j51m89glx12cd65lcnbwpvin0v49wkhrx06755skr7v37pm2a";
};
propagatedBuildInputs = with python3Packages; [ pyyaml docopt ];