guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/25: gnu: ltris: Update to 1.0.20.


From: guix-commits
Subject: 11/25: gnu: ltris: Update to 1.0.20.
Date: Sat, 13 Jun 2020 18:49:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b4bfd66b9a585370d460ca885f586575c4ae3805
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 18:16:56 2020 +0200

    gnu: ltris: Update to 1.0.20.
    
    * gnu/packages/games.scm (ltris): Update to 1.0.20.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dd394cd..ae585d8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1315,15 +1315,14 @@ Chess).  It is similar to standard chess but this 
variant is far more complicate
 (define-public ltris
   (package
     (name "ltris")
-    (version "1.0.19")
+    (version "1.0.20")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://prdownloads.sourceforge.net/lgames/";
                            "ltris-" version ".tar.gz"))
        (sha256
-        (base32
-         "1895wv1fqklrj4apkz47rnkcfhfav7zjknskw6p0886j35vrwslg"))))
+        (base32 "16zbqsc4amx9g3yjv6054nh4ia09dgfp8k6q4qxpjicl3dw3z0in"))))
     (build-system gnu-build-system)
     (arguments
      '(;; The code in LTris uses traditional GNU semantics for inline functions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]