gnu: gnome-terminal: Update to 3.18.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.18.2.
This commit is contained in:
parent
1a0b2d8241
commit
2e221beed5
1 changed files with 2 additions and 2 deletions
|
@ -2173,7 +2173,7 @@ floating in an ocean using only your brain and a little bit of luck.")
|
||||||
(define-public gnome-terminal
|
(define-public gnome-terminal
|
||||||
(package
|
(package
|
||||||
(name "gnome-terminal")
|
(name "gnome-terminal")
|
||||||
(version "3.16.0")
|
(version "3.18.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2182,7 +2182,7 @@ floating in an ocean using only your brain and a little bit of luck.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s3zwqxs4crlqmh6l7s7n87pbmh2nnjdvhxlkalh58pbl0bk0qrd"))))
|
"1ylyv0mla2ypms7iyxndbdjvha0q9jzglb4mhfmqn9cm2gxc0day"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in a new issue