all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48481] [PATCH 1/2] gnu: ruby-term-ansicolor: Update to 1.7.1.
@ 2021-05-17 16:04 Erik Lovlie
  2021-05-17 16:04 ` [bug#48482] [PATCH 2/2] gnu: ruby-taskjuggler: Update to 3.7.1 Erik Lovlie
  0 siblings, 1 reply; 5+ messages in thread
From: Erik Lovlie @ 2021-05-17 16:04 UTC (permalink / raw)
  To: 48481; +Cc: Erik Lovlie

* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1.
---
 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 7c2cf35ac2..e2f53bbdca 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.
-- 
2.31.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-29 11:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 16:04 [bug#48481] [PATCH 1/2] gnu: ruby-term-ansicolor: Update to 1.7.1 Erik Lovlie
2021-05-17 16:04 ` [bug#48482] [PATCH 2/2] gnu: ruby-taskjuggler: Update to 3.7.1 Erik Lovlie
2021-05-17 16:28   ` erikl
2021-05-17 16:34   ` [bug#48482] [PATCH] gnu: Add ruby-taskjuggler Erik Lovlie
2023-05-29 11:21     ` bug#48482: " Jelle Licht

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.