mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: autoconf-archive: Update to 2016.09.16.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2016.09.16.
This commit is contained in:
parent
e4360e16f9
commit
0bb9461506
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ (define* (autoconf-wrapper #:optional (autoconf autoconf))
|
|||
(define-public autoconf-archive
|
||||
(package
|
||||
(name "autoconf-archive")
|
||||
(version "2016.03.20")
|
||||
(version "2016.09.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -171,7 +171,7 @@ (define-public autoconf-archive
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8"))))
|
||||
"10mxz9hfnfz66m1l9s28sbyfb9a04akz92wkyv9blhpq6p9fzwp8"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnu.org/software/autoconf-archive")
|
||||
(synopsis "Collection of freely reusable Autoconf macros")
|
||||
|
|
Loading…
Reference in a new issue