diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-17 20:39:01 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 16:49:57 -0400 |
commit | 80f6f9d86e1b3006da427933db4ab584d210f8ec (patch) | |
tree | 94c0006a0a9040769dad5d075a527c392976f713 | |
parent | d5101dab538b728b1cc9cc49d38a4d12de5aba59 (diff) | |
download | patches-80f6f9d86e1b3006da427933db4ab584d210f8ec.tar patches-80f6f9d86e1b3006da427933db4ab584d210f8ec.tar.gz |
gnu: gnome-terminal: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.34.2.
(cherry picked from commit c09d94546b75ecdd334494ed1730d44de551f29b)
-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 453e6555e9..674e3d3899 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3880,7 +3880,7 @@ more fun.") (define-public gnome-terminal (package (name "gnome-terminal") - (version "3.32.2") + (version "3.34.2") (source (origin (method url-fetch) @@ -3889,7 +3889,7 @@ more fun.") name "-" version ".tar.xz")) (sha256 (base32 - "0shhpnagasyp1kxgjczfrivcxbgrrl3y8lzvp1z101m67h4jp6km")))) + "0gc004f9b5k94gkdanmqjz3wqgnpny0l3nqm8zd19h4f0ps27mrv")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |