forked from mirrors/nixpkgs
Merge pull request #25995 from bhmiller/master
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
This commit is contained in:
commit
eb3eddad26
1 changed files with 2 additions and 2 deletions
|
@ -61,12 +61,12 @@ in {
|
||||||
|
|
||||||
pants13-pre = buildPythonApplication rec {
|
pants13-pre = buildPythonApplication rec {
|
||||||
pname = "pantsbuild.pants";
|
pname = "pantsbuild.pants";
|
||||||
version = "1.3.0.dev19";
|
version = "1.3.0rc2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "07gxx8kzkcx3pm2qd5sz2xb3nw9khvbapiqdzgjvzbvai2gsd5qq";
|
sha256 = "1d3i0jwhn94b96b3lwwxd10007hnxw6dw1azmwv3hhwq713gwnpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue