mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: vte: Update to 0.64.2.
* gnu/packages/gnome.scm (vte): Update to 0.64.2.
This commit is contained in:
parent
d0b0912212
commit
24e549f2c2
1 changed files with 2 additions and 2 deletions
|
@ -4408,7 +4408,7 @@ (define-public vala
|
|||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
(version "0.60.3")
|
||||
(version "0.64.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vte/"
|
||||
|
@ -4416,7 +4416,7 @@ (define-public vte
|
|||
"vte-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0al2v6fn061v4j1wwvppim1q283y2a6s0iyl29hxhmx3h48nxdzy"))))
|
||||
"063ys3330cvhbz1dln9irhciavb2prw098lvhpcc2rx6cl5q4g1b"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue