gnu: autoconf-archive: Update to 2017.03.21.

* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
This commit is contained in:
Efraim Flashner 2017-03-22 15:01:03 +02:00
parent 4bb5e0aeb3
commit aeb6fe5fa0
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -163,7 +163,7 @@ (define* (autoconf-wrapper #:optional (autoconf autoconf))
(define-public autoconf-archive (define-public autoconf-archive
(package (package
(name "autoconf-archive") (name "autoconf-archive")
(version "2016.09.16") (version "2017.03.21")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -171,7 +171,7 @@ (define-public autoconf-archive
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"10mxz9hfnfz66m1l9s28sbyfb9a04akz92wkyv9blhpq6p9fzwp8")))) "0rfpapadka2023qhy8294ca5awxpb8d4904js6kv7piby5ax8siq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive") (home-page "https://www.gnu.org/software/autoconf-archive")
(synopsis "Collection of freely reusable Autoconf macros") (synopsis "Collection of freely reusable Autoconf macros")