diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-24 23:20:43 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:13 -0500 |
commit | 7dee3942fc8013b7d0663015a727ec557178a238 (patch) | |
tree | 2400e2bfc5393a2ea59b8b43dfaf96ed60126a29 /gnu/packages/gnome.scm | |
parent | 7dc728c4b7e9f8eefc97e86bfa5678cdcbb05fbc (diff) | |
download | patches-7dee3942fc8013b7d0663015a727ec557178a238.tar patches-7dee3942fc8013b7d0663015a727ec557178a238.tar.gz |
gnu: gnome-terminal: Update to 3.32.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.32.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 69163c768d..6c2c84c581 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3236,7 +3236,7 @@ more fun.") (define-public gnome-terminal (package (name "gnome-terminal") - (version "3.30.3") + (version "3.32.2") (source (origin (method url-fetch) @@ -3245,7 +3245,7 @@ more fun.") name "-" version ".tar.xz")) (sha256 (base32 - "0bar8qazk39acsif31h8i408nl82mzdcdg6p7ymak4l9pxyscxf8")))) + "0shhpnagasyp1kxgjczfrivcxbgrrl3y8lzvp1z101m67h4jp6km")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |