mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vte: Update to 0.80.3.
* gnu/packages/gnome.scm (vte): Update to 0.80.3. Change-Id: I9f2ae87fd6b94737ac505006b3ac93dcdcc0d5ea
This commit is contained in:
parent
3f3a093757
commit
8718b8e059
1 changed files with 2 additions and 2 deletions
|
@ -4658,7 +4658,7 @@ targeting the GNOME stack simple.")
|
|||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
(version "0.80.1")
|
||||
(version "0.80.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vte/"
|
||||
|
@ -4666,7 +4666,7 @@ targeting the GNOME stack simple.")
|
|||
"vte-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v54vpfg5rnvbsqh0gj59gv2n1v065s3lcjy0qpd5ndghglx1nqc"))))
|
||||
"16gnyip2f9s6hmi6s4r68il7zhx2yrqlw8k22r9p3fzazg9nyn9f"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-Dgtk3=false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue