guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-waf: Update to 1.9.8.


From: Efraim Flashner
Subject: 01/01: gnu: python-waf: Update to 1.9.8.
Date: Wed, 15 Mar 2017 07:10:15 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 27bf00e691750c9bd916f6f0560bfaa36ce5a185
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 14 21:55:58 2017 +0200

    gnu: python-waf: Update to 1.9.8.
    
    * gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8.
    [home-page]: Use https.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 00796d1..f6042d9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6176,14 +6176,14 @@ so it might be a tiny bit slower.")
 (define-public python-waf
   (package
     (name "python-waf")
-    (version "1.9.5")
+    (version "1.9.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://waf.io/";
                                   "waf-" version ".tar.bz2"))
               (sha256
                (base32
-                "1sl3ipi2czds57rlzjnpdzqa0skx8asfvmh3qmibpvdwf15rpppg"))))
+                "0wl4cnmp06lfxqjxaan58bqxn27smhydz0sg5prrfbl3bsw4gv6q"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -6197,7 +6197,7 @@ so it might be a tiny bit slower.")
          (replace 'install
            (lambda _
              (copy-file "waf" %output))))))
-    (home-page "http://waf.io/";)
+    (home-page "https://waf.io/";)
     (synopsis "Python-based build system")
     (description
      "Waf is a Python-based framework for configuring, compiling and installing



reply via email to

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