diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:40:04 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 12:40:04 +0200 |
commit | 2e221beed51c1c24d4522a1bc83d71a1c9edc0ae (patch) | |
tree | 11694e1cc3fe38fcc15372d51337e523988394b6 /gnu | |
parent | 1a0b2d8241dbd9ae1773d73b5442b03acf8a2f19 (diff) | |
download | guix-2e221beed51c1c24d4522a1bc83d71a1c9edc0ae.tar guix-2e221beed51c1c24d4522a1bc83d71a1c9edc0ae.tar.gz |
gnu: gnome-terminal: Update to 3.18.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.18.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e27d80bcd5..682ba267a7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2173,7 +2173,7 @@ floating in an ocean using only your brain and a little bit of luck.") (define-public gnome-terminal (package (name "gnome-terminal") - (version "3.16.0") + (version "3.18.2") (source (origin (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")) (sha256 (base32 - "1s3zwqxs4crlqmh6l7s7n87pbmh2nnjdvhxlkalh58pbl0bk0qrd")))) + "1ylyv0mla2ypms7iyxndbdjvha0q9jzglb4mhfmqn9cm2gxc0day")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |