guix-commits
[Top][All Lists]
Advanced

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

15/60: gnu: gedit: Update to 3.34.1.


From: guix-commits
Subject: 15/60: gnu: gedit: Update to 3.34.1.
Date: Sat, 25 Jan 2020 14:47:03 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 61f9f7e20338063b8cdf9693de212b62848ebf7c
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Dec 15 09:46:10 2019 -0500

    gnu: gedit: Update to 3.34.1.
    
    * gnu/packages/gnome.scm (gedit): Update to 3.34.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 bc2a0f9..98ade53 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5945,7 +5945,7 @@ javascript engine and the GObject introspection 
framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "3.32.2")
+    (version "3.34.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5953,7 +5953,7 @@ javascript engine and the GObject introspection 
framework.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1q2rk7fym542c7k3bn2wlnzgy384gxacbifsjny0spbg95gfybvl"))))
+                "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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