lilyp pushed a commit to branch gnome-team
in repository guix.
commit 019789331723810f356fda67a8b9c5881970c0a1
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Jul 17 22:14:03 2024 +0200
gnu: gnome-text-editor: Update to 46.3.
* gnu/packages/gnome.scm (gnome-text-editor): Update to 46.3.
---
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 7ce049c670..05be84586f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5624,7 +5624,7 @@ keyboard shortcuts.")
(define-public gnome-text-editor
(package
(name "gnome-text-editor")
- (version "44.0")
+ (version "46.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5632,7 +5632,7 @@ keyboard shortcuts.")
"gnome-text-editor-" version ".tar.xz"))
(sha256
(base32
- "1jii59hw31baira2psl1kx2lxljmnnkxmif4zhasizrl0xwc6yzn"))))
+ "0gf74krvsmfsyr7s4mqhg09x3iq6ayyd4j3lw1mfd6wh9884hnq0"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t))