diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-13 17:26:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-14 00:05:08 +0200 |
commit | 8c07da61e74cd26b5467183915fca2ebb68e46b0 (patch) | |
tree | 5e724974d6fb937bd9f73ecf92f31907617df561 /gnu | |
parent | 0c716128d3efc46bbb2dc757dc3d058c9bd62a59 (diff) | |
download | guix-8c07da61e74cd26b5467183915fca2ebb68e46b0.tar.gz |
gnu: gnome-chess: Update to 3.36.1.
* gnu/packages/games.scm (gnome-chess): Update to 3.36.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ed1333dee6..9398524e47 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1158,7 +1158,7 @@ destroying an ancient book using a special wand.") (define-public gnome-chess (package (name "gnome-chess") - (version "3.36.0") + (version "3.36.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-chess/" @@ -1166,7 +1166,7 @@ destroying an ancient book using a special wand.") "gnome-chess-" version ".tar.xz")) (sha256 (base32 - "1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0")))) + "165bk8s3nngyqbikggspj4rff5nxxfkfcmgzjb4grmsrgbqwk5di")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |