mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: automake: Upgrade to 1.14.
* gnu/packages/autotools.scm (automake): Upgrade to 1.14.
This commit is contained in:
parent
560d4787f4
commit
35935b8a1d
1 changed files with 2 additions and 2 deletions
|
@ -134,14 +134,14 @@ (define-public autoconf-wrapper
|
|||
(define-public automake
|
||||
(package
|
||||
(name "automake")
|
||||
(version "1.13.3")
|
||||
(version "1.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/automake/automake-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"091pj4qaikyy2p1mcyf1jx50l07pwkk8qijb0pmq730v12bd7yc1"))))
|
||||
"0nc0zqq8j336kamizzd86wb19vhbwywv5avcjh3cyx230xfqy671"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("autoconf" ,autoconf-wrapper)
|
||||
|
|
Loading…
Reference in a new issue