mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: autoconf-archive: Update to 2022.09.03.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2022.09.03.
This commit is contained in:
parent
33e118b164
commit
937d2a907b
1 changed files with 2 additions and 2 deletions
|
@ -276,7 +276,7 @@ (define-public autoconf-wrapper
|
|||
(define-public autoconf-archive
|
||||
(package
|
||||
(name "autoconf-archive")
|
||||
(version "2021.02.19")
|
||||
(version "2022.09.03")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -284,7 +284,7 @@ (define-public autoconf-archive
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gcwqspcxiygnyk02smsk8ivzs9r69ji38izxzzsijyx52fyp9p8"))))
|
||||
"08zl68xdd907fb1r8kb88ycq09w9g53hfbflpq3pkblc1pq58x70"))))
|
||||
(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