guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 73c3e1883ffae1535401d8aa310af27b45bf42f2
Author: Ghislain Vaillant <[email protected]>
AuthorDate: Sat Sep 19 21:19:41 2026 +0200
gnu: gnome-sudoku: Update to 51.0.1.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 51.0.1.
Change-Id: I28665a4a8aa95072e42f78ecabf6fffd5357294a
Signed-off-by: Maxim Cournoyer <[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 be53e689966..d298c653b28 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5268,7 +5268,7 @@ once.")
(define-public gnome-sudoku
(package
(name "gnome-sudoku")
- (version "48.1")
+ (version "51.0.1")
(source
(origin
(method url-fetch)
@@ -5277,7 +5277,7 @@ once.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qy7y84wml7rn51k6y1yizl694zdnrg2a0pzjvb4r42r5bc3lwbr"))))
+ "1j6h8bz2s61pw0d02mhs167hr8llj3271bniqzy55ip4sgymwpv0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t