mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: chroma: Update to 1.20.
* gnu/packages/games.scm (chroma): Update to 1.20.
This commit is contained in:
parent
9c2a1b5894
commit
ba015b2b20
1 changed files with 2 additions and 2 deletions
|
@ -6415,14 +6415,14 @@ (define-public enigma
|
||||||
(define-public chroma
|
(define-public chroma
|
||||||
(package
|
(package
|
||||||
(name "chroma")
|
(name "chroma")
|
||||||
(version "1.19")
|
(version "1.20")
|
||||||
(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
|
||||||
"19ybvv0dkql913xpgjgxyyy50s72vajc7hm83zsvy2lsq8lhg76q"))))
|
"02hn448ckfxbx2fqr9wgf66rwl0vr4gl87yvsr5fc99zz9zw2f5v"))))
|
||||||
(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