gnu: ruby-term-ansicolor: Update to 1.7.1.
authorGiovanni Biscuolo <g@xelera.eu>
Wed, 9 Jun 2021 09:49:15 +0000 (11:49 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 26 Jun 2021 21:01:51 +0000 (23:01 +0200)
* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/ruby.scm

index 7c2cf35..e2f53bb 100644 (file)
@@ -6121,13 +6121,13 @@ Ruby's large and slower test/unit.")
 (define-public ruby-term-ansicolor
   (package
     (name "ruby-term-ansicolor")
-    (version "1.6.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "term-ansicolor" version))
               (sha256
                (base32
-                "1b1wq9ljh7v3qyxkk8vik2fqx2qzwh5lval5f92llmldkw7r7k7b"))))
+                "1xq5kci9215skdh27npyd3y55p812v4qb4x2hv3xsjvwqzz9ycwj"))))
     (build-system ruby-build-system)
     ;; Rebuilding the gemspec seems to require git, even though this is not a
     ;; git repository, so we just build the gem from the existing gemspec.