gnu: automake: Upgrade to 1.14.

* gnu/packages/autotools.scm (automake): Upgrade to 1.14.
This commit is contained in:
Ludovic Courtès 2013-07-11 22:21:47 +02:00
parent 560d4787f4
commit 35935b8a1d
1 changed files with 2 additions and 2 deletions

View File

@ -134,14 +134,14 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(define-public automake (define-public automake
(package (package
(name "automake") (name "automake")
(version "1.13.3") (version "1.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-" (uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"091pj4qaikyy2p1mcyf1jx50l07pwkk8qijb0pmq730v12bd7yc1")))) "0nc0zqq8j336kamizzd86wb19vhbwywv5avcjh3cyx230xfqy671"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("autoconf" ,autoconf-wrapper) `(("autoconf" ,autoconf-wrapper)