gnu: automake@1.16: Update to 1.16.1.

* gnu/packages/autotools.scm (automake-1.16): Update to 1.16.1.
This commit is contained in:
Ludovic Courtès 2018-03-12 14:41:06 +01:00
parent ad1d03fcf0
commit 93f3b7762e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -325,14 +325,14 @@ (define-public automake-1.16
;; Make this the default on the next rebuild cycle.
(package
(inherit automake)
(version "1.16")
(version "1.16.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz"))
(sha256
(base32
"12jvcmkcmd5p14b41w9f7ixd3sca97pymd6lqbkwnl8qn6bjv3zr"))
"08g979ficj18i1w6w5219bgmns7czr03iadf20mk3lrzl8wbn1ax"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))))