guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: m4: Update to 1.4.18.


From: Marius Bakke
Subject: 01/01: gnu: m4: Update to 1.4.18.
Date: Tue, 3 Jan 2017 18:57:42 +0000 (UTC)

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

commit 0c1b29db3ae1909abb3f074a2276f70cee4ab014
Author: Marius Bakke <address@hidden>
Date:   Tue Jan 3 19:55:36 2017 +0100

    gnu: m4: Update to 1.4.18.
    
    * gnu/packages/m4.scm (m4): Update to 1.4.18.
    [source]: Use xz compressed tarball.
---
 gnu/packages/m4.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/m4.scm b/gnu/packages/m4.scm
index d1ba928..6ad00f8 100644
--- a/gnu/packages/m4.scm
+++ b/gnu/packages/m4.scm
@@ -26,14 +26,14 @@
 (define-public m4
   (package
    (name "m4")
-   (version "1.4.17")
+   (version "1.4.18")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/m4/m4-"
-                                version ".tar.bz2"))
+                                version ".tar.xz"))
             (sha256
              (base32
-              "0w0da1chh12mczxa5lnwzjk9czi3dq6gnnndbpa6w4rj76b1yklf"))))
+              "01sfjd5a4waqw83bibvmn522g69qfqvwig9i2qlgy154l1nfihgj"))))
    (build-system gnu-build-system)
    (arguments
     `(;; Explicitly disable tests when cross-compiling, otherwise 'make check'



reply via email to

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