guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: ruby-parallel: Update to 1.21.0.


From: guix-commits
Subject: 08/08: gnu: ruby-parallel: Update to 1.21.0.
Date: Sun, 28 Nov 2021 15:18:34 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 032d1c03b65b134c05fec2dec91da3c0ba05ae0b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 28 21:24:39 2021 +0200

    gnu: ruby-parallel: Update to 1.21.0.
    
    * gnu/packages/ruby.scm (ruby-parallel): Update to 1.21.0.
---
 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 289ec0b..223e4b3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10836,7 +10836,7 @@ interface.  It allows Jekyll to rebuild your site when 
a file changes.")
 (define-public ruby-parallel
   (package
     (name "ruby-parallel")
-    (version "1.13.0")
+    (version "1.21.0")
     (source
      (origin
        (method git-fetch)
@@ -10846,7 +10846,7 @@ interface.  It allows Jekyll to rebuild your site when 
a file changes.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1isqzbqxz2ndad4i5z3lb9ldrhaijfncj8bmffv04sq44sv87ikv"))))
+         "1xqjcvl3gq3shvrqp8wc3fbqibzh4mf1yczq6np9gd79558dwj3w"))))
     (build-system ruby-build-system)
     (arguments
      `(;; TODO 3 test failures



reply via email to

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