guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: gedit: Update to 3.28.1.


From: Rutger Helling
Subject: 01/06: gnu: gedit: Update to 3.28.1.
Date: Wed, 6 Jun 2018 08:39:36 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 6a29c8d3441c414c2ce08cde3101a17dd1e16706
Author: Rutger Helling <address@hidden>
Date:   Wed Jun 6 14:28:52 2018 +0200

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



reply via email to

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