guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: address@hidden: Update to 1.16.1.


From: Ludovic Courtès
Subject: 01/02: gnu: address@hidden: Update to 1.16.1.
Date: Mon, 12 Mar 2018 11:09:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 93f3b7762ea872e0e72d62aa14b417d324fdeed8
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 12 14:41:06 2018 +0100

    gnu: address@hidden: Update to 1.16.1.
    
    * gnu/packages/autotools.scm (automake-1.16): Update to 1.16.1.
---
 gnu/packages/autotools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 33addc1..9394ee0 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -325,14 +325,14 @@ Makefile, simplifying the entire process for the 
developer.")
   ;; Make this the default on the next rebuild cycle.
   (package
     (inherit automake)
-    (version "1.16")
+    (version "1.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/automake/automake-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "12jvcmkcmd5p14b41w9f7ixd3sca97pymd6lqbkwnl8qn6bjv3zr"))
+                "08g979ficj18i1w6w5219bgmns7czr03iadf20mk3lrzl8wbn1ax"))
               (patches
                (search-patches "automake-skip-amhello-tests.patch"))))))
 



reply via email to

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