guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: gedit: Update to 3.30.2.


From: guix-commits
Subject: 03/05: gnu: gedit: Update to 3.30.2.
Date: Sun, 14 Jul 2019 16:35:33 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 42f95e3476d061d17982594f74488c7cd8199c62
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 99b29fb..03d3d88 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4866,7 +4866,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 "/"
@@ -4874,7 +4874,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]