summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2012-12-22 00:25:18 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-30 17:07:14 +0100
commit2aaa45b03cabe844d358084c7f8caaf2cb993a42 (patch)
treec4408359a0577958a64025e66deb542eb4b8ab18
parent2ee8edc450026a9d32e207adbb02276de73199b4 (diff)
downloadguix-patches-2aaa45b03cabe844d358084c7f8caaf2cb993a42.tar
guix-patches-2aaa45b03cabe844d358084c7f8caaf2cb993a42.tar.gz
distro: automake: Update to 1.12.6.
* distro/packages/autotools.scm (automake): Update to 1.12.6.
-rw-r--r--distro/packages/autotools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/distro/packages/autotools.scm b/distro/packages/autotools.scm
index 238025b540..139432efae 100644
--- a/distro/packages/autotools.scm
+++ b/distro/packages/autotools.scm
@@ -62,7 +62,7 @@ can use, in the form of M4 macro calls.")
(define-public automake
(package
(name "automake")
- (version "1.12.5")
+ (version "1.12.6")
(source
(origin
(method url-fetch)
@@ -70,7 +70,7 @@ can use, in the form of M4 macro calls.")
version ".tar.xz"))
(sha256
(base32
- "1k4pa3rmj626n5d39rc9041dc71lv8nzd341k53dw07iflkwinim"))))
+ "1ynvca8z4aqcwr94rf7j1bfiid2w9w250y9qhnyj9vmi8lhsnd7q"))))
(build-system gnu-build-system)
(inputs
`(("autoconf" ,autoconf)