gnu: scons: Update to 2.5.1.

* gnu/packages/python.scm (scons): Update to 2.5.1.
This commit is contained in:
Roel Janssen 2017-05-31 17:40:16 +02:00
parent 208abecabf
commit 76ab3141f5
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -1574,14 +1574,14 @@ (define-public python2-polib
(define-public scons
(package
(name "scons")
(version "2.3.4")
(version "2.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/scons/scons/" version
"/scons-" version ".tar.gz"))
(sha256
(base32
"0hdlci43wjz8maryj83mz04ir6rwcdrrzpd7cpzvdlzycqhdfmsb"))))
"1wji1z9jdkhnmm99apx6fhld9cs52rr56aigniyrcsmlwy52298b"))))
(build-system python-build-system)
(arguments
;; With Python 3.x, fails to build with a syntax error.