guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/37: gnu: gedit: Update to 3.30.2.


From: guix-commits
Subject: 06/37: gnu: gedit: Update to 3.30.2.
Date: Sun, 14 Jul 2019 15:54:51 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit f48ac38f94006ee0fdec6b0d714489970e5f6d8b
Author: Kei Kebreau <address@hidden>
Date:   Thu Jun 27 09:49:47 2019 -0400

    gnu: gedit: Update to 3.30.2.
    
    * gnu/packages/gnome.scm (gedit): Update to 3.30.2.
---
 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 b3e658d..553b989 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4872,7 +4872,7 @@ javascript engine and the GObject introspection 
framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "3.28.1")
+    (version "3.30.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4880,7 +4880,7 @@ javascript engine and the GObject introspection 
framework.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0791r07d3ixmmfk68lvhp3d5i4vnlrnx10csxwgpfqyfb04vwx7i"))))
+                "0qwig35hzvjaqic9x92jcpmycnvcybsbnbiw6rppryx0arwb3wza"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]