diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 02:49:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-16 03:47:14 +0200 |
commit | ec6cf66c2808c16d866975607f08303cadab6445 (patch) | |
tree | 95fe116e9c8cb5149f1fa034077b8eccb554b7da /gnu/packages/games.scm | |
parent | 603628e449c040f05a220633d3284d969fe111c1 (diff) |
gnu: ltris: Update to 1.2.1.
* gnu/packages/games.scm (ltris): Update to 1.2.1.
Diffstat (limited to 'gnu/packages/games.scm')
-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 8e4aa0742b..9df42febd5 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1558,14 +1558,14 @@ Chess). It is similar to standard chess but this variant is far more complicate (define-public ltris (package (name "ltris") - (version "1.2") + (version "1.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/lgames/ltris/" "ltris-" version ".tar.gz")) (sha256 - (base32 "15b18p7id55xiz2jkf56w2f1g6yw1rcb98bpa188i6skqrgnrg57")))) + (base32 "0959vvxh5xnxzpdv7i67lpd2b6ghx69z65ldnclj1z6llyfzfs7q")))) (build-system gnu-build-system) (arguments '(;; The code in LTris uses traditional GNU semantics for inline functions |