guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 93f46a7b220c1ee6bfada5a9ee021f3a7c555bb5
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 cceecc539b..2323e67e03 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5679,7 +5679,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/"
@@ -5687,7 +5687,7 @@ keyboard shortcuts.")
"gnome-text-editor-" version ".tar.xz"))
(sha256
(base32
- "0gf74krvsmfsyr7s4mqhg09x3iq6ayyd4j3lw1mfd6wh9884hnq0"))))
+ "1fjnsm1hhxdy8ck663drs9fclgrx1chnjvf08lhlvnsf74i9g7iz"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t))