gnu: scons: Update to 2.5.1.
* gnu/packages/python.scm (scons): Update to 2.5.1.
This commit is contained in:
parent
208abecabf
commit
76ab3141f5
|
@ -1574,14 +1574,14 @@ existing ones.")
|
||||||
(define-public scons
|
(define-public scons
|
||||||
(package
|
(package
|
||||||
(name "scons")
|
(name "scons")
|
||||||
(version "2.3.4")
|
(version "2.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/scons/scons/" version
|
(uri (string-append "mirror://sourceforge/scons/scons/" version
|
||||||
"/scons-" version ".tar.gz"))
|
"/scons-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hdlci43wjz8maryj83mz04ir6rwcdrrzpd7cpzvdlzycqhdfmsb"))))
|
"1wji1z9jdkhnmm99apx6fhld9cs52rr56aigniyrcsmlwy52298b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; With Python 3.x, fails to build with a syntax error.
|
;; With Python 3.x, fails to build with a syntax error.
|
||||||
|
|
Loading…
Reference in New Issue