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:
parent
f159fc8f19
commit
1caff6fac2
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "peru-${version}";
|
name = "peru-${version}";
|
||||||
version = "1.1.4";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "buildinspace";
|
owner = "buildinspace";
|
||||||
repo = "peru";
|
repo = "peru";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0mzmi797f2h2wy36q4ab701ixl5zy4m0pp1wp9abwdfg2y6qhmnk";
|
sha256 = "0p4j51m89glx12cd65lcnbwpvin0v49wkhrx06755skr7v37pm2a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pyyaml docopt ];
|
propagatedBuildInputs = with python3Packages; [ pyyaml docopt ];
|
||||||
|
Loading…
Reference in New Issue
Block a user