diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-09 22:27:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 19:55:38 +0200 |
commit | 9cf65f051c3b90b64815b656d4089e3b7ad6428f (patch) | |
tree | 868908ae5d266c217a9b4c1f45ea3f7820b976df | |
parent | 6cc9533eb12601dd065bceafc8806e6464329754 (diff) | |
download | patches-9cf65f051c3b90b64815b656d4089e3b7ad6428f.tar patches-9cf65f051c3b90b64815b656d4089e3b7ad6428f.tar.gz |
gnu: chroma: Update to 1.17.
* gnu/packages/games.scm (chroma): Update to 1.17.
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6732639e51..ab0eeaa959 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -4409,14 +4409,14 @@ with the mouse isn’t always trivial.") (define-public chroma (package (name "chroma") - (version "1.16") + (version "1.17") (source (origin (method url-fetch) (uri (string-append "http://level7.org.uk/chroma/download/chroma-" version ".tar.bz2")) (sha256 (base32 - "1gfaw1kf7cxf5ibr61n6dxjihi49gmysn4cvawx1pqvy52ljpk0p")))) + "047sf00x71xbmi8bqrhfbmr9bk89l2gbykkqsfpw4wz6yfjscs6y")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no tests included |