pants13-pre: 1.3.0.dev13 -> 1.3.0.dev19

Pulling in the latest dev release from pants to get the latest bug fixes
and features.

Implements NixOS/nixpkgs#25401
This commit is contained in:
Brendan Miller 2017-05-01 13:50:53 -04:00
parent 208fa65256
commit 064882e52a

View file

@ -8645,12 +8645,12 @@ in {
pants13-pre = buildPythonPackage rec {
pname = "pantsbuild.pants";
version = "1.3.0.dev13";
version = "1.3.0.dev19";
name = "${pname}-${version}";
src = self.fetchPypi {
inherit pname version;
sha256 = "0gnz0f74s53xccfdn78v2dg1m3gx2mm0pdmmjvs5ikfbb9lidhz4";
sha256 = "07gxx8kzkcx3pm2qd5sz2xb3nw9khvbapiqdzgjvzbvai2gsd5qq";
};
prePatch = ''