gnu: automake: Add 1.16.5.

* gnu/packages/autotools.scm (automake-1.16.5): New variable.
This commit is contained in:
Ludovic Courtès 2021-10-06 15:30:48 +02:00
parent 3f717a09e7
commit be16519902
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -444,6 +444,20 @@ (define (starts-with-shebang? file)
Makefile, simplifying the entire process for the developer.")
(license gpl2+))) ; some files are under GPLv3+
(define-public automake-1.16.5
(package
(inherit automake)
(version "1.16.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz"))
(sha256
(base32
"0sdl32qxdy7m06iggmkkvf7j520rmmgbsjzbm7fgnxwxdp6mh7gh"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))))
(define-public libtool
(package
(name "libtool")