nckx pushed a commit to branch master
in repository guix.
commit ec6cf66c2808c16d866975607f08303cadab6445
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Aug 16 02:49:58 2020 +0200
gnu: ltris: Update to 1.2.1.
* gnu/packages/games.scm (ltris): Update to 1.2.1.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e4aa07..9df42fe 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