scons: 3.0.3 -> 3.0.4

Announcement:
https://scons.org/scons-304-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.4/src/CHANGES.txt

There where no regressions and no deprecations in this release (at least
it does not break any additional builds in nixpkgs).
This commit is contained in:
Michael Weiss
2019-01-23 18:46:53 +01:00
parent 5a469f8218
commit 32e7f391fc
2 changed files with 4 additions and 4 deletions
@@ -7,8 +7,8 @@ in {
version = "3.0.1";
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
};
scons_3_0_3 = mkScons {
version = "3.0.3";
sha256 = "1wwn0534d83ryfxjihvqk2ncj8wh5210pi3jxjd2cvjqa9mpkv6q";
scons_latest = mkScons {
version = "3.0.4";
sha256 = "1jzvcbn77ayibd7zhzs7vz316f34mxb8akfrxccjni6i09mpv96n";
};
}