guix-commits
[Top][All Lists]
Advanced

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

82/107: gnu: gedit: Update to 3.36.1.


From: guix-commits
Subject: 82/107: gnu: gedit: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:31 -0400 (EDT)

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

commit f2c47aacc8bfbc0243ac0d84b1259352d912411f
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 19:33:45 2020 -0400

    gnu: gedit: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (gedit): Update to 3.36.1.
    [inputs]: Add tepl.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 28e7bda..fe38ffa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5940,7 +5940,7 @@ javascript engine and the GObject introspection 
framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "3.34.1")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5948,7 +5948,7 @@ javascript engine and the GObject introspection 
framework.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
+                "11z3lhc5i3z0gqw0qmprsm4rmvhbbm4gz6wy0f73c73x4bd8xhvd"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -6021,6 +6021,7 @@ javascript engine and the GObject introspection 
framework.")
        ("python" ,python)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("libx11" ,libx11)
+       ("tepl" ,tepl)
        ("vala" ,vala)
        ("adwaita-icon-theme" ,adwaita-icon-theme)
        ("libsoup" ,libsoup)



reply via email to

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