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

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

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

Reply via email to