guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: ltris: Update to 1.2.3.


From: guix-commits
Subject: 16/22: gnu: ltris: Update to 1.2.3.
Date: Sun, 23 May 2021 17:40:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 363095f296bb49d4a43603e273706ae33ee061ac
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 13:43:56 2021 +0200

    gnu: ltris: Update to 1.2.3.
    
    * gnu/packages/games.scm (ltris): Update to 1.2.3.
    [arguments]: Remove unnecessary #:configure-flags.
---
 gnu/packages/games.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 24e487a..6f07cd3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1836,19 +1836,17 @@ Chess).  It is similar to standard chess but this 
variant is far more complicate
 (define-public ltris
   (package
     (name "ltris")
-    (version "1.2.1")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/lgames/ltris/"
                            "ltris-" version ".tar.gz"))
        (sha256
-        (base32 "0959vvxh5xnxzpdv7i67lpd2b6ghx69z65ldnclj1z6llyfzfs7q"))))
+        (base32 "1a2m17jwkyar8gj07bn5jk01j2ps4vvc48z955jjjsh67q2svi0f"))))
     (build-system gnu-build-system)
     (arguments
-     '(;; The code in LTris uses traditional GNU semantics for inline functions
-       #:configure-flags '("CFLAGS=-fgnu89-inline")
-       #:phases
+     '(#:phases
        (modify-phases %standard-phases
          (add-after 'set-paths 'set-sdl-paths
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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