diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-27 22:52:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-27 22:52:21 +0100 |
commit | c9ee048595e94752b1932a01f95882524d9f0b36 (patch) | |
tree | a7a0601f763f3a81f8fdbf07e13799e94d2b33a0 /gnu/packages | |
parent | 168030ea0c5456157f68f41357bc542114d1161f (diff) | |
download | guix-c9ee048595e94752b1932a01f95882524d9f0b36.tar guix-c9ee048595e94752b1932a01f95882524d9f0b36.tar.gz |
gnu: automake: Update to 1.13.1.
* gnu/packages/autotools.scm (automake): Update to 1.13.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/autotools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 47355d622b..5c90361de1 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -135,14 +135,14 @@ exec ~a --no-auto-compile \"$0\" \"$@\" (define-public automake (package (name "automake") - (version "1.12.6") + (version "1.13.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/automake/automake-" version ".tar.xz")) (sha256 (base32 - "1ynvca8z4aqcwr94rf7j1bfiid2w9w250y9qhnyj9vmi8lhsnd7q")))) + "12yi1bzkipi7qdmkdy77pazljsa9z7q66hi6c4rq73p7hbv6rkbf")))) (build-system gnu-build-system) (inputs `(("autoconf" ,autoconf-wrapper) |