gnu: vte: Update to 0.44.1.
* gnu/packages/gnome.scm (vte): Update to 0.44.1.
This commit is contained in:
parent
ab740c7f2e
commit
b8f551d91f
|
@ -1724,7 +1724,7 @@ libraries written in C.")
|
||||||
(define-public vte
|
(define-public vte
|
||||||
(package
|
(package
|
||||||
(name "vte")
|
(name "vte")
|
||||||
(version "0.44.0")
|
(version "0.44.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1732,7 +1732,7 @@ libraries written in C.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ahjxysiv38q91gfq2wddcbvndlggfr8ynls25m42pw83akv38wk"))))
|
"0kjxzqcwqxky0l7bl8ydn9hl6fm1f0k2pl91wbbhyq4z6d4dabbi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: fails to compile tests with the default flags.
|
;; XXX: fails to compile tests with the default flags.
|
||||||
|
|
Loading…
Reference in New Issue