gnu: scons: Update to 2.5.1.

* gnu/packages/python.scm (scons): Update to 2.5.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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.