summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-13 10:08:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-13 11:56:33 +0100
commitfe3685700cd6fc07d9f575b9b5f8a48055038d67 (patch)
tree21ad08a3a3aa2377fa4b5da13eba5d433e3baaa2 /gnu
parentf8377ca9537bdf90f34580ed009997d8b90f2672 (diff)
gnu: chroma: Update to 1.21.
* gnu/packages/games.scm (chroma): Update to 1.21. [inputs]: Remove input lables.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4641a457c08..135bf7afd49 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8937,23 +8937,23 @@ with the mouse isn’t always trivial.")
8937(define-public chroma 8937(define-public chroma
8938 (package 8938 (package
8939 (name "chroma") 8939 (name "chroma")
8940 (version "1.20") 8940 (version "1.21")
8941 (source (origin 8941 (source (origin
8942 (method url-fetch) 8942 (method url-fetch)
8943 (uri (string-append "http://level7.org.uk/chroma/download/chroma-" 8943 (uri (string-append "http://level7.org.uk/chroma/download/chroma-"
8944 version ".tar.bz2")) 8944 version ".tar.bz2"))
8945 (sha256 8945 (sha256
8946 (base32 8946 (base32
8947 "02hn448ckfxbx2fqr9wgf66rwl0vr4gl87yvsr5fc99zz9zw2f5v")))) 8947 "0gb9v518rhqzpfzcvr5gklgldvlzhq0yrhwyas9qln35mkhxdx5x"))))
8948 (build-system gnu-build-system) 8948 (build-system gnu-build-system)
8949 (arguments 8949 (arguments
8950 `(#:tests? #f)) ; no tests included 8950 `(#:tests? #f)) ; no tests included
8951 (inputs 8951 (inputs
8952 `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) 8952 (list (sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))
8953 ("freetype" ,freetype) 8953 freetype
8954 ("ncurses" ,ncurses) 8954 ncurses
8955 ("fontconfig" ,fontconfig) 8955 fontconfig
8956 ("libxft" ,libxft))) 8956 libxft))
8957 (native-inputs 8957 (native-inputs
8958 (list pkg-config)) 8958 (list pkg-config))
8959 (home-page "http://level7.org.uk/chroma/") 8959 (home-page "http://level7.org.uk/chroma/")