guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-waf: Update to 2.0.10.


From: Marius Bakke
Subject: 03/04: gnu: python-waf: Update to 2.0.10.
Date: Sat, 1 Sep 2018 07:04:43 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 53b7c9716e59555477ed39c066463f1bb4e0e03b
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 1 11:02:07 2018 +0200

    gnu: python-waf: Update to 2.0.10.
    
    * gnu/packages/python.scm (python-waf): Update to 2.0.10.
---
 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 dd33ba8..36c5b0e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5406,14 +5406,14 @@ so it might be a tiny bit slower.")
 (define-public python-waf
   (package
     (name "python-waf")
-    (version "1.9.8")
+    (version "2.0.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://waf.io/";
                                   "waf-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wl4cnmp06lfxqjxaan58bqxn27smhydz0sg5prrfbl3bsw4gv6q"))))
+                "1v832jljl5wwqyimz40zgksf5ws1w3d2niz3qxamyp5dnyvzjl35"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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