mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-05 23:02:22 +00:00
peru: 1.1.3 -> 1.1.4
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
1ae2f10642
commit
f1349908a6
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "peru-${version}";
|
name = "peru-${version}";
|
||||||
version = "1.1.3";
|
version = "1.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "buildinspace";
|
owner = "buildinspace";
|
||||||
repo = "peru";
|
repo = "peru";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "02kr3ib3ppbmcsjy8i8z41vp9gw9gdivy2l5aps12lmaa3rc6727";
|
sha256 = "0mzmi797f2h2wy36q4ab701ixl5zy4m0pp1wp9abwdfg2y6qhmnk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pyyaml docopt ];
|
propagatedBuildInputs = with python3Packages; [ pyyaml docopt ];
|
||||||
|
|
Loading…
Reference in a new issue