guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: ruby-command-line-reporter: Update to 4.0.1.


From: guix-commits
Subject: 02/11: gnu: ruby-command-line-reporter: Update to 4.0.1.
Date: Thu, 21 Nov 2019 18:22:28 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b448e4085fc1e8e2a1f95dfa1d81c765ce57d163
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 15 16:35:58 2019 +0100

    gnu: ruby-command-line-reporter: Update to 4.0.1.
    
    * gnu/packages/ruby.scm (ruby-command-line-reporter): Update to 4.0.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 4ad1b2d..7b78382 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7568,13 +7568,13 @@ for the terminal.")
 (define-public ruby-command-line-reporter
   (package
     (name "ruby-command-line-reporter")
-    (version "4.0.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "command_line_reporter" version))
               (sha256
                (base32
-                "1qma35xrb772whxwy1rs9bicb9d6lvz0s2dd2dnn4fr6zcbcxc0a"))))
+                "1l0zxkh5n9dxfw46lpkg416ljpldlq1bgdhqh0d118dk338nz4ll"))))
     (build-system ruby-build-system)
     (arguments
      ;; No Rakefile



reply via email to

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