mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: gnome-chess: Update to 3.37.3.
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3. Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
parent
253fcfe6fe
commit
a41b8c9a09
1 changed files with 2 additions and 2 deletions
|
@ -1401,7 +1401,7 @@ (define-public knights
|
|||
(define-public gnome-chess
|
||||
(package
|
||||
(name "gnome-chess")
|
||||
(version "3.36.1")
|
||||
(version "3.37.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gnome-chess/"
|
||||
|
@ -1409,7 +1409,7 @@ (define-public gnome-chess
|
|||
"gnome-chess-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"165bk8s3nngyqbikggspj4rff5nxxfkfcmgzjb4grmsrgbqwk5di"))))
|
||||
"09axf0q1mp13sv8cs0syfg8ahcd9r2qb26278r09j6s4njxmkfv4"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue