scons: 4.0.0 -> 4.0.1 (#93415)

This commit is contained in:
Michael Weiss 2020-07-19 11:41:41 +02:00 committed by GitHub
parent 956f3224fe
commit b9de39c2a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
--replace "build/dist" "dist" --replace "build/dist" "dist"
''; '';
# TODO: "Invalid SConscript usage - no parameters": # The release tarballs don't contain any tests (runtest.py and test/*):
doCheck = lib.versionOlder version "4.0.0"; doCheck = lib.versionOlder version "4.0.0";
meta = with stdenv.lib; { meta = with stdenv.lib; {

View File

@ -12,7 +12,7 @@ in {
sha256 = "1yzq2gg9zwz9rvfn42v5jzl3g4qf1khhny6zfbi2hib55zvg60bq"; sha256 = "1yzq2gg9zwz9rvfn42v5jzl3g4qf1khhny6zfbi2hib55zvg60bq";
}).override { python3Packages = python2Packages; }; }).override { python3Packages = python2Packages; };
scons_latest = mkScons { scons_latest = mkScons {
version = "4.0.0"; version = "4.0.1";
sha256 = "1ikw5lh0h206xd74g39jdlrcicb18jj3j80hvm4nbrfgxv1hvibc"; sha256 = "0z00l9wzaiqyjq0hapbvsjclvcfjjjq04kmxi7ffq966nl2d2bkj";
}; };
} }