guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: automake: Update to 1.16.4


From: guix-commits
Subject: branch core-updates updated: gnu: automake: Update to 1.16.4
Date: Wed, 04 Aug 2021 04:25:35 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 693d75e  gnu: automake: Update to 1.16.4
693d75e is described below

commit 693d75e859150601145b7f7303f61d4f48e76927
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Aug 2 15:08:14 2021 -0700

    gnu: automake: Update to 1.16.4
    
    * gnu/packages/autotools.scm (automake): Update to 1.16.4
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 cdd7425..221d455 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -317,14 +317,14 @@ output is indexed in many ways to simplify browsing.")
 (define-public automake
   (package
     (name "automake")
-    (version "1.16.3")
+    (version "1.16.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/automake/automake-"
                                  version ".tar.xz"))
              (sha256
               (base32
-                "0fmz2fhmzcpacnprl5msphvaflwiy0hvpgmqlgfny72ddijzfazz"))
+                "0v8kbw4fan7apbjwziylyjl5z708w452r5q6kpafcmssi04wryl0"))
              (patches
               (search-patches "automake-skip-amhello-tests.patch"))))
     (build-system gnu-build-system)



reply via email to

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