summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-06 17:54:25 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-06 17:54:25 +0100
commitaebb05b09502be00fb121f9c6cd74a190fb12a1c (patch)
tree4789b8b2141182b3a056e081311fdd176279070f /gnu
parentd97625890763b9ea18f6246a845421bcba031793 (diff)
downloadguix-aebb05b09502be00fb121f9c6cd74a190fb12a1c.tar.gz
gnu: automake: Update to 1.15.
* gnu/packages/autotools.scm (automake): Update to 1.15.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/autotools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index e45f53d927..3db3f45949 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -161,14 +161,14 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
 (define-public automake
   (package
     (name "automake")
-    (version "1.14.1")
+    (version "1.15")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/automake/automake-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0s86rzdayj1licgj35q0mnynv5xa8f4p32m36blc5jk9id5z1d59"))
+               "0dl6vfi2lzz8alnklwxzfz624b95hb1ipjvd3mk177flmddcf24r"))
              (patches
               (list (search-patch "automake-skip-amhello-tests.patch")))))
     (build-system gnu-build-system)