guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: scons: Update to 2.3.4.


From: Mark H. Weaver
Subject: 03/06: gnu: scons: Update to 2.3.4.
Date: Thu, 07 May 2015 09:06:42 +0000

mhw pushed a commit to branch master
in repository guix.

commit a3f61425a6051c4f7f7f4cfde0f639652fb006f8
Author: Mark H Weaver <address@hidden>
Date:   Thu May 7 01:43:48 2015 -0400

    gnu: scons: Update to 2.3.4.
    
    * gnu/packages/python.scm (scons): Update to 2.3.4.
---
 gnu/packages/python.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 98be765..848a53d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]