guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/30: gnu: chroma: Update to 1.20.


From: guix-commits
Subject: 17/30: gnu: chroma: Update to 1.20.
Date: Fri, 26 Nov 2021 18:53:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ba015b2b20db880f098b92efe92c2540ba1f09db
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 26 22:37:12 2021 +0100

    gnu: chroma: Update to 1.20.
    
    * gnu/packages/games.scm (chroma): Update to 1.20.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3b40a8b..5b0493f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6415,14 +6415,14 @@ with the mouse isn’t 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]