scons: 2.5.0 -> 2.5.1
This commit is contained in:
parent
16ea6c7439
commit
31106095e1
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
let
|
||||
name = "scons";
|
||||
version = "2.5.0";
|
||||
version = "2.5.1";
|
||||
in python2Packages.buildPythonApplication {
|
||||
name = "${name}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/scons/${name}-${version}.tar.gz";
|
||||
sha256 = "1sdcj8iapfzmlq7098yas40qwl6khsiwydbxv33sw81wy93nnagb";
|
||||
sha256 = "1wji1z9jdkhnmm99apx6fhld9cs52rr56aigniyrcsmlwy52298b";
|
||||
};
|
||||
# No tests
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue