summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBrendan Miller <dev.miller.brendan@dev.bwater.com>2017-05-01 13:50:53 -0400
committerBrendan Miller <dev.miller.brendan@dev.bwater.com>2017-05-01 14:07:44 -0400
commit064882e52ab3e5c96e8c9bd1495228ed84b83a10 (patch)
treeaf68ecec81ce7bd693a4028a6b4e84d88c4c1c9f /pkgs
parent208fa65256f9c7c732a3e15685727ae5e0b9516d (diff)
downloadnixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar.gz
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar.bz2
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar.lz
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar.xz
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.tar.zst
nixlib-064882e52ab3e5c96e8c9bd1495228ed84b83a10.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index c92d2c5117a6..4ab8879d1c8b 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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 = ''