gnu: gnome-terminal: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.20.0.
This commit is contained in:
parent
2c5a18f0bb
commit
0fb6c1ceea
|
@ -2241,7 +2241,7 @@ more fun.")
|
||||||
(define-public gnome-terminal
|
(define-public gnome-terminal
|
||||||
(package
|
(package
|
||||||
(name "gnome-terminal")
|
(name "gnome-terminal")
|
||||||
(version "3.18.2")
|
(version "3.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2250,7 +2250,7 @@ more fun.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ylyv0mla2ypms7iyxndbdjvha0q9jzglb4mhfmqn9cm2gxc0day"))))
|
"0l21xcc2g56wkq83wq5wnrah2gwckqxnfgpqavhkrsd47jyzdrrg"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue