guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: chroma: Update to 1.19.


From: guix-commits
Subject: 03/03: gnu: chroma: Update to 1.19.
Date: Fri, 29 Oct 2021 15:16:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3af75416e7af3794a201f38b46cd8e20b764321e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 29 20:23:14 2021 +0200

    gnu: chroma: Update to 1.19.
    
    * gnu/packages/games.scm (chroma): Update to 1.19.
    [arguments]: Remove "CFLAGS=-fgnu89-inline" work-around.
---
 gnu/packages/games.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 38852a2..2844339 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6414,18 +6414,17 @@ with the mouse isn’t always trivial.")
 (define-public chroma
   (package
     (name "chroma")
-    (version "1.18")
+    (version "1.19")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"http://level7.org.uk/chroma/download/chroma-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "12bjisf5nlqinw8n4r223vld52p0p2mw3fca92vi175c46bycbzn"))))
+                "19ybvv0dkql913xpgjgxyyy50s72vajc7hm83zsvy2lsq8lhg76q"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; no tests included
-       #:configure-flags '("CFLAGS=-fgnu89-inline"))) ; fix inlines
+     `(#:tests? #f))                    ; no tests included
     (inputs
      `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf)))
        ("freetype" ,freetype)



reply via email to

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