guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 5ab452e1eae6c33dd7a454bb4092d4820ad27ed2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:52 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 c8cae1f108..80bed219c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5741,7 +5741,7 @@ keyboard shortcuts.")
(define-public gnome-text-editor
(package
(name "gnome-text-editor")
- (version "48.2")
+ (version "48.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5749,7 +5749,7 @@ keyboard shortcuts.")
"gnome-text-editor-" version ".tar.xz"))
(sha256
(base32
- "0ar0xqv910v7fm5x18yvy511nh3f1phqynws8g0d89yxbd3ms7zw"))))
+ "1fjnsm1hhxdy8ck663drs9fclgrx1chnjvf08lhlvnsf74i9g7iz"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t))