guix-commits
[Top][All Lists]
Advanced

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

11/47: gnu: gedit: Update to 3.34.1.


From: guix-commits
Subject: 11/47: gnu: gedit: Update to 3.34.1.
Date: Mon, 23 Mar 2020 15:50:48 -0400 (EDT)

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

commit b617d8038460318abb97c7122ef3b7166b3cfcd0
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 6c1a4b6..55117e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5806,7 +5806,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 "/"
@@ -5814,7 +5814,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]