guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 1440248b16fdc20f55b45fba3f9d2459b3d5e2c5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900
gnu: gspell: Update to 1.14.0.
* gnu/packages/gnome.scm (gspell): Update to 1.14.0.
Change-Id: I650d852f71ae888b34f56abf8660de1716d03bd9
---
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 ffbb361ce2..4b35ebcd42 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11776,7 +11776,7 @@ that support the Assistive Technology Service Provider
Interface (AT-SPI).")
(define-public gspell
(package
(name "gspell")
- (version "1.12.2")
+ (version "1.14.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -11784,7 +11784,7 @@ that support the Assistive Technology Service Provider
Interface (AT-SPI).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0f91vl42i6fz5yrbw31biffbxqzwa24mw6qbfxmfnk3yhayr7sdl"))))
+ "15w8zv8adzpc5x1zimzwdy3d2nbmyvd803ljbas2a76wks71vsk4"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:configure-flags (list "--enable-vala")