mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: chroma: Update to 1.17.
* gnu/packages/games.scm (chroma): Update to 1.17.
This commit is contained in:
parent
6cc9533eb1
commit
9cf65f051c
1 changed files with 2 additions and 2 deletions
|
@ -4409,14 +4409,14 @@ (define-public enigma
|
||||||
(define-public chroma
|
(define-public chroma
|
||||||
(package
|
(package
|
||||||
(name "chroma")
|
(name "chroma")
|
||||||
(version "1.16")
|
(version "1.17")
|
||||||
(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
|
||||||
"1gfaw1kf7cxf5ibr61n6dxjihi49gmysn4cvawx1pqvy52ljpk0p"))))
|
"047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests included
|
`(#:tests? #f)) ; no tests included
|
||||||
|
|
Loading…
Reference in a new issue