guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: scons: Update to 2.5.1.


From: Roel Janssen
Subject: 01/01: gnu: scons: Update to 2.5.1.
Date: Wed, 31 May 2017 11:41:22 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 76ab3141f57423ea9d0c1132dc728c8085b9cb48
Author: Roel Janssen <address@hidden>
Date:   Wed May 31 17:40:16 2017 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3e2141e..7617490 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1574,14 +1574,14 @@ existing ones.")
 (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.



reply via email to

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