guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 53f9a13012b2d750e03c584244572b8f62ceea36
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:10 2026 +0900

    gnu: gnome-text-editor: Update to 49.1.
    
    * gnu/packages/gnome.scm (gnome-text-editor): Update to 49.1.
    
    Change-Id: I4deabbedb8702062d9380808ec4d9c8ebdd048f9
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 2f2cff31c5..838dd17532 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5501,7 +5501,7 @@ keyboard shortcuts.")
 (define-public gnome-text-editor
   (package
     (name "gnome-text-editor")
-    (version "48.3")
+    (version "49.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5509,7 +5509,7 @@ keyboard shortcuts.")
                                   "gnome-text-editor-" version ".tar.xz"))
               (sha256
                (base32
-                "1fjnsm1hhxdy8ck663drs9fclgrx1chnjvf08lhlvnsf74i9g7iz"))))
+                "1cfvaip29ljybrv9am72fka0m20i8m6c88h2qr89m5xmgcj8yi7h"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t))

Reply via email to