summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 12:51:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 16:44:09 +0100
commit39546742451d98e22471794e2d938857584173e4 (patch)
treefb42e0e192fce167f7042eda13e9282a605725e0 /gnu/packages/games.scm
parentade77dd0d3fec4950e89bbb59c69a5f1fe668c38 (diff)
downloadguix-patches-39546742451d98e22471794e2d938857584173e4.tar
guix-patches-39546742451d98e22471794e2d938857584173e4.tar.gz
gnu: chroma: Update to 1.18.
* gnu/packages/games.scm (chroma): Update to 1.18.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 20a22ee574..2f48a9fb75 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6313,14 +6313,14 @@ with the mouse isn’t always trivial.")
(define-public chroma
(package
(name "chroma")
- (version "1.17")
+ (version "1.18")
(source (origin
(method url-fetch)
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
version ".tar.bz2"))
(sha256
(base32
- "047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y"))))
+ "12bjisf5nlqinw8n4r223vld52p0p2mw3fca92vi175c46bycbzn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests included