guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: python-waf: Update to 1.9.1.


From: Efraim Flashner
Subject: 02/06: gnu: python-waf: Update to 1.9.1.
Date: Sun, 24 Jul 2016 12:44:30 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit f0e8d85e17ed2fabd9a647d5b22ae35370a36d8f
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 24 10:47:05 2016 +0300

    gnu: python-waf: Update to 1.9.1.
    
    * gnu/packages/python.scm (python-waf): Update to 1.9.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 208ae03..2555cb5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5009,14 +5009,14 @@ connection to each user.")
 (define-public python-waf
   (package
     (name "python-waf")
-    (version "1.8.8")
+    (version "1.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://waf.io/";
                                   "waf-" version ".tar.bz2"))
               (sha256
                (base32
-                "0b5q307fgn6a5d8yjia2d1l4bk1q3ilvc0w8k4isfrrx2gbcw8wn"))))
+                "1nc4qaqx2vsanlpp9mcwvf91xjqpkvcc6fcxd5sb4fwvaxamw5v6"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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