diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-29 19:28:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-29 22:16:42 +0300 |
commit | 4d73cb54411a6dcaec5e9d4cebe31b31512e0fce (patch) | |
tree | b1e6e3b2b67309c5d5ecb3f4b7ad99e8013414c3 /gnu/packages/games.scm | |
parent | a7e75125c8f400b9d17825d85c7761641e5fbc91 (diff) | |
download | guix-4d73cb54411a6dcaec5e9d4cebe31b31512e0fce.tar guix-4d73cb54411a6dcaec5e9d4cebe31b31512e0fce.tar.gz |
gnu: chess: Update to 6.2.4.
* gnu/packages/games.scm (chess): Update to 6.2.4.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 365cf5b4b1..e209cfbdbe 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -329,7 +329,7 @@ asynchronously and at a user-defined speed.") (define-public chess (package (name "chess") - (version "6.2.3") + (version "6.2.4") (source (origin (method url-fetch) @@ -337,9 +337,9 @@ asynchronously and at a user-defined speed.") ".tar.gz")) (sha256 (base32 - "10hvnfhj9bkpz80x20jgxyqvgvrcgfdp8sfcbcrf1dgjn9v936bq")))) + "1vw2w3jwnmn44d5vsw47f8y70xvxcsz9m5msq9fgqlzjch15qhiw")))) (build-system gnu-build-system) - (home-page "http://www.gnu.org/software/chess") + (home-page "https://www.gnu.org/software/chess") (synopsis "Full chess implementation") (description "GNU Chess is a chess engine. It allows you to compete against the computer in a game of chess, either through the default terminal |