mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
distro: automake: Update to 1.12.6.
* distro/packages/autotools.scm (automake): Update to 1.12.6.
This commit is contained in:
parent
2ee8edc450
commit
2aaa45b03c
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ (define-public autoconf
|
|||
(define-public automake
|
||||
(package
|
||||
(name "automake")
|
||||
(version "1.12.5")
|
||||
(version "1.12.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -70,7 +70,7 @@ (define-public automake
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k4pa3rmj626n5d39rc9041dc71lv8nzd341k53dw07iflkwinim"))))
|
||||
"1ynvca8z4aqcwr94rf7j1bfiid2w9w250y9qhnyj9vmi8lhsnd7q"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue