guix-commits
[Top][All Lists]
Advanced

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

252/285: gnu: python-waf: Update to 2.0.19.


From: guix-commits
Subject: 252/285: gnu: python-waf: Update to 2.0.19.
Date: Sun, 29 Dec 2019 20:44:42 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 29cad93f2216d20aba7b6af3e430b2e67e0e2835
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Dec 28 16:37:37 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 33a9728..c6b0645 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6332,14 +6332,14 @@ so it might be a tiny bit slower.")
 (define-public python-waf
   (package
     (name "python-waf")
-    (version "2.0.11")
+    (version "2.0.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://waf.io/";
                                   "waf-" version ".tar.bz2"))
               (sha256
                (base32
-                "13zrniwkmfqgsgzi9v5m1367fppp9yzrz6z2ny6hy8dmpb8mj4z4"))))
+                "19dvqbsvxz7ch03dh1v0znklrwxlz6yzddc3k9smzrrgny4jch6q"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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