lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 105bcfcbbfec4affeca716cc03cf8bdb8fc8f666
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:38:24 2021 +0100
gnu: gnome-sudoku: Update to 40.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 40.0.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0c5d151..b7265f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5001,16 +5001,16 @@ once.")
(define-public gnome-sudoku
(package
(name "gnome-sudoku")
- (version "3.34.1")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
+ "0byz0f8lylf5cy8hvb3203vbd1k0ljjbm8nv549m125z9nn5j66r"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t