pants: 1.3.0 -> 1.4.0

Tested via running "nix-build -A pkgs.pants"
This commit is contained in:
Brendan Miller 2018-03-25 17:12:07 -04:00
parent 675dc1bfbf
commit 58d520b824
1 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ with stdenv.lib;
with pythonPackages; with pythonPackages;
let let
version = "1.3.0"; version = "1.4.0";
in buildPythonApplication rec { in buildPythonApplication rec {
inherit version; inherit version;
pname = "pantsbuild.pants"; pname = "pantsbuild.pants";
@ -12,7 +12,7 @@ in buildPythonApplication rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "18fcf9047l9k006wz21g525p1w5avyjabmabh0giyz22xnm8g5gp"; sha256 = "1jd041av1kipg4psbcwk70nwh0bsh5mkbjjcmnw4vrqdd09vg1gz";
}; };
prePatch = '' prePatch = ''
@ -24,10 +24,10 @@ in buildPythonApplication rec {
dontStrip = true; dontStrip = true;
propagatedBuildInputs = [ propagatedBuildInputs = [
twitter-common-collections setproctitle setuptools six ansicolors twitter-common-collections setproctitle ansicolors packaging pathspec
packaging pathspec scandir twitter-common-dirutil psutil requests scandir twitter-common-dirutil psutil requests pystache pex docutils
pystache pex docutils markdown pygments twitter-common-confluence markdown pygments twitter-common-confluence fasteners pywatchman
fasteners coverage pywatchman futures cffi futures cffi subprocess32 contextlib2 faulthandler pyopenssl
]; ];
meta = { meta = {