mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #53685 from dtzWill/update/scons-3.0.3
scons: 3.0.2 -> 3.0.3 "This release should be used instead of 3.0.2. This release fixes several issues. This release supports Python versions 2.7.* as well as 3.5+." [0] Details can be found in the changelog [1]. "NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2 content." There where no regressions and no deprecations in this release (at least it does not break any builds in nixpkgs). [0]: https://scons.org/scons-303-is-available.html [1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.3/src/CHANGES.txt
This commit is contained in:
commit
28c63d56a7
|
@ -11,8 +11,8 @@ in {
|
|||
version = "3.0.1";
|
||||
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
|
||||
};
|
||||
scons_3_0_2 = mkScons {
|
||||
version = "3.0.2";
|
||||
sha256 = "00fyvb2rrixj9h6f2sqr6z8q677anc61qcn9ydxgm99f9j7wzbyh";
|
||||
scons_3_0_3 = mkScons {
|
||||
version = "3.0.3";
|
||||
sha256 = "1wwn0534d83ryfxjihvqk2ncj8wh5210pi3jxjd2cvjqa9mpkv6q";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9044,7 +9044,7 @@ in
|
|||
selendroid = callPackage ../development/tools/selenium/selendroid { };
|
||||
|
||||
sconsPackages = callPackage ../development/tools/build-managers/scons { };
|
||||
scons = sconsPackages.scons_3_0_2;
|
||||
scons = sconsPackages.scons_3_0_3;
|
||||
scons_2_5_1 = sconsPackages.scons_2_5_1;
|
||||
|
||||
mill = callPackage ../development/tools/build-managers/mill { };
|
||||
|
|
Loading…
Reference in a new issue