gnu: chroma: Update to 1.18.
* gnu/packages/games.scm (chroma): Update to 1.18.
This commit is contained in:
parent
ade77dd0d3
commit
3954674245
1 changed files with 2 additions and 2 deletions
|
@ -6313,14 +6313,14 @@ with the mouse isn’t always trivial.")
|
||||||
(define-public chroma
|
(define-public chroma
|
||||||
(package
|
(package
|
||||||
(name "chroma")
|
(name "chroma")
|
||||||
(version "1.17")
|
(version "1.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
|
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y"))))
|
"12bjisf5nlqinw8n4r223vld52p0p2mw3fca92vi175c46bycbzn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
|
|
Reference in a new issue