guix-commits
[Top][All Lists]
Advanced

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

22/80: gnu: gedit: Update to 40.1.


From: guix-commits
Subject: 22/80: gnu: gedit: Update to 40.1.
Date: Tue, 28 Sep 2021 07:21:25 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 0fb014980fabc1adc6eac28d0b57cee70b8a856d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 16:18:16 2021 +0000

    gnu: gedit: Update to 40.1.
    
    * gnu/packages/gnome.scm (gedit): Update to 40.1.
    [source]: Fix the URI.
    [inputs]: Add amtk and tepl.
---
 gnu/packages/gnome.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f120a9d..ea1d63a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7231,15 +7231,15 @@ javascript engine and the GObject introspection 
framework.")
 (define-public gedit
   (package
     (name "gedit")
-    (version "3.34.1")
+    (version "40.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1inm50sdfw63by1lf4f1swb59mpyxlly0g5rdg99j5l3357fzygb"))))
+                "149ngl9qw6h59546lir1pa7hvw23ppsnqlj9mfqphmmn5jl99qsm"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -7301,7 +7301,8 @@ javascript engine and the GObject introspection 
framework.")
             (base32 "16yld0ap7qj1n96h4f2sqkjmibg7xx5xwkqxdfzam2nmyfdlrrrs"))))
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("glib" ,glib)
+     `(("amtk" ,amtk)
+       ("glib" ,glib)
        ("gspell" ,gspell)
        ("gtk+" ,gtk+)
        ("gtksourceview" ,gtksourceview)
@@ -7310,6 +7311,7 @@ javascript engine and the GObject introspection 
framework.")
        ("iso-codes" ,iso-codes)
        ("python-pygobject" ,python-pygobject)
        ("python" ,python)
+       ("tepl" ,tepl)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("libx11" ,libx11)
        ("vala" ,vala)



reply via email to

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