mhw pushed a commit to branch gnome-updates
in repository guix.

commit 59339bb480dae92785b00c5f8e84822d766f1715
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 03:39:56 2017 -0500

    gnu: gnome-terminal: Update to 3.22.1.
    
    * gnu/packages/gnome.scm (gnome-terminal): Update to 3.22.1.
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 62a2348..b4ef252 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2332,7 +2332,7 @@ more fun.")
 (define-public gnome-terminal
   (package
     (name "gnome-terminal")
-    (version "3.20.2")
+    (version "3.22.1")
     (source
      (origin
        (method url-fetch)
@@ -2341,7 +2341,7 @@ more fun.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "08ssch8h1y85wyhddkyr7ab4v8dnsn17z4ayyc5ff78gfdh30f7m"))))
+         "1m5h3ck7wcvq1kfap05jwhnbpp3kmikc2qy822gnsbdjdqrm41xh"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags

Reply via email to