guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: gnome-text-editor: Update to 44.0.


From: guix-commits
Subject: 11/11: gnu: gnome-text-editor: Update to 44.0.
Date: Sun, 24 Sep 2023 05:56:27 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit afa9da84255d32d9f457be381c12666b69ac3f69
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Sep 15 19:52:03 2023 +0200

    gnu: gnome-text-editor: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-text-editor): Update to 44.0.
    [inputs]: Add editorconfig-core-c.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5d1783289b..bac84b3851 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5482,7 +5482,7 @@ keyboard shortcuts.")
 (define-public gnome-text-editor
   (package
     (name "gnome-text-editor")
-    (version "42.2")
+    (version "44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5490,7 +5490,7 @@ keyboard shortcuts.")
                                   "gnome-text-editor-" version ".tar.xz"))
               (sha256
                (base32
-                "1nn53iv2a82kkqkg5jy0bqh2b2wzg7g4a6w8q3qsis5wvj64lvg5"))))
+                "1jii59hw31baira2psl1kx2lxljmnnkxmif4zhasizrl0xwc6yzn"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t))
@@ -5502,7 +5502,12 @@ keyboard shortcuts.")
                          `(,glib "bin")
                          `(,gtk "bin")
                          itstool))
-    (inputs (list gtk gtksourceview libadwaita enchant pcre2))
+    (inputs (list gtk gtksourceview libadwaita enchant pcre2
+                  ;; cyclic module dependency
+                  (module-ref
+                   (resolve-interface
+                    '(gnu packages text-editors))
+                   'editorconfig-core-c)))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-text-editor";)
     (synopsis "GNOME text editor")
     (description



reply via email to

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