gnu: ltris: Update to 1.2.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 16 Aug 2020 00:49:58 +0000 (02:49 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 16 Aug 2020 01:47:14 +0000 (03:47 +0200)
* gnu/packages/games.scm (ltris): Update to 1.2.1.

gnu/packages/games.scm

index 8e4aa07..9df42fe 100644 (file)
@@ -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