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

commit 5160af7609e767e58c248109b4b3a670cc708b49
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900

    gnu: gnome-text-editor: Update to 48.2.
    
    * gnu/packages/gnome.scm (gnome-text-editor): Update to 48.2.
    
    Change-Id: I2f93376deb84c3de82b7abc00496943779efe251
---
 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 8709cb0c34..c12decc012 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5761,7 +5761,7 @@ keyboard shortcuts.")
 (define-public gnome-text-editor
   (package
     (name "gnome-text-editor")
-    (version "46.3")
+    (version "48.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5769,7 +5769,7 @@ keyboard shortcuts.")
                                   "gnome-text-editor-" version ".tar.xz"))
               (sha256
                (base32
-                "0gf74krvsmfsyr7s4mqhg09x3iq6ayyd4j3lw1mfd6wh9884hnq0"))))
+                "0ar0xqv910v7fm5x18yvy511nh3f1phqynws8g0d89yxbd3ms7zw"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t))

Reply via email to