mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: vte: Update to 0.69.99.
* gnu/packages/gnome.scm (vte): Update to 0.69.99.
This commit is contained in:
parent
f0a490732b
commit
76791a5504
1 changed files with 2 additions and 2 deletions
|
@ -4567,7 +4567,7 @@ (define-public vala-0.52
|
||||||
(define-public vte
|
(define-public vte
|
||||||
(package
|
(package
|
||||||
(name "vte")
|
(name "vte")
|
||||||
(version "0.68.0")
|
(version "0.69.99")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/vte/"
|
(uri (string-append "mirror://gnome/sources/vte/"
|
||||||
|
@ -4575,7 +4575,7 @@ (define-public vte
|
||||||
"vte-" version ".tar.xz"))
|
"vte-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j8pvn225ybzx9p33ill838bzp8kkdn28383h0vs65m2kiwd9rqk"))))
|
"1v3i38yrjhc48nvs1g333s3q709mq824qq0k2fnsmrrwv15c3cg9"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-Dvapi=true"
|
(list #:configure-flags #~(list "-Dvapi=true"
|
||||||
|
|
Loading…
Reference in a new issue