summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniel Peebles <copumpkin@users.noreply.github.com>2017-05-22 12:48:08 -0400
committerGitHub <noreply@github.com>2017-05-22 12:48:08 -0400
commiteb3eddad26158a95a5abfdf35f2e72b39fc16004 (patch)
tree9cce4185e8b17e2f8d8b47549b7b924700009e74 /pkgs
parent845d1b28bf57d3f1eb016a323cf15808c0fbfd85 (diff)
parentb737ddd65d141768e53c098807a06ba2caee4a16 (diff)
downloadnixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar.gz
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar.bz2
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar.lz
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar.xz
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.tar.zst
nixlib-eb3eddad26158a95a5abfdf35f2e72b39fc16004.zip
Merge pull request #25995 from bhmiller/master
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/build-managers/pants/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/pants/default.nix b/pkgs/development/tools/build-managers/pants/default.nix
index 575012f27e8f..80ac3c60608f 100644
--- a/pkgs/development/tools/build-managers/pants/default.nix
+++ b/pkgs/development/tools/build-managers/pants/default.nix
@@ -61,12 +61,12 @@ in {
 
   pants13-pre = buildPythonApplication rec {
     pname   = "pantsbuild.pants";
-    version = "1.3.0.dev19";
+    version = "1.3.0rc2";
     name    = "${pname}-${version}";
 
     src = fetchPypi {
       inherit pname version;
-      sha256 = "07gxx8kzkcx3pm2qd5sz2xb3nw9khvbapiqdzgjvzbvai2gsd5qq";
+      sha256 = "1d3i0jwhn94b96b3lwwxd10007hnxw6dw1azmwv3hhwq713gwnpi";
     };
 
     prePatch = ''