mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: vte: Update to 0.72.4.
* gnu/packages/gnome.scm (vte): Update to 0.72.4. Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
df3813c767
commit
1552d23a22
1 changed files with 2 additions and 2 deletions
|
@ -4550,7 +4550,7 @@ (define-public vala-0.52
|
|||
(define-public vte
|
||||
(package
|
||||
(name "vte")
|
||||
(version "0.72.3")
|
||||
(version "0.72.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/vte/"
|
||||
|
@ -4558,7 +4558,7 @@ (define-public vte
|
|||
"vte-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
|
||||
"0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-Dvapi=true"
|
||||
|
|
Loading…
Reference in a new issue