me
/
guix
Archived
1
0
Fork 0

gnu: automake: Update to 1.13.3.

* gnu/packages/autotools.scm (automake): Update to 1.13.3.
master
Ludovic Courtès 2013-06-05 10:17:26 +02:00
parent 7f4e4b77ee
commit 76ced7741b
1 changed files with 2 additions and 2 deletions

View File

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