me
/
guix
Archived
1
0
Fork 0

gnu: chroma: Update to 1.20.

* gnu/packages/games.scm (chroma): Update to 1.20.
master
Tobias Geerinckx-Rice 2021-11-26 22:37:12 +01:00
parent 9c2a1b5894
commit ba015b2b20
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6415,14 +6415,14 @@ with the mouse isnt always trivial.")
(define-public chroma
(package
(name "chroma")
(version "1.19")
(version "1.20")
(source (origin
(method url-fetch)
(uri (string-append "http://level7.org.uk/chroma/download/chroma-"
version ".tar.bz2"))
(sha256
(base32
"19ybvv0dkql913xpgjgxyyy50s72vajc7hm83zsvy2lsq8lhg76q"))))
"02hn448ckfxbx2fqr9wgf66rwl0vr4gl87yvsr5fc99zz9zw2f5v"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no tests included