gnu: scons: Update to 2.3.4.

* gnu/packages/python.scm (scons): Update to 2.3.4.
This commit is contained in:
Mark H Weaver 2015-05-07 01:43:48 -04:00
parent 9f9d073be1
commit a3f61425a6
1 changed files with 2 additions and 2 deletions

View File

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