guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: ruby-term-ansicolor: Update to 1.7.1.


From: guix-commits
Subject: 05/06: gnu: ruby-term-ansicolor: Update to 1.7.1.
Date: Sat, 26 Jun 2021 17:43:11 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0fa988c089c4b1a835ef572cf953314b7c5af052
Author: Giovanni Biscuolo <g@xelera.eu>
AuthorDate: Wed Jun 9 11:49:15 2021 +0200

    gnu: ruby-term-ansicolor: Update to 1.7.1.
    
    * 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7c2cf35..e2f53bb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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.



reply via email to

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