guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: ruby-loofah: Update to 2.3.1.


From: guix-commits
Subject: 04/12: gnu: ruby-loofah: Update to 2.3.1.
Date: Tue, 23 Feb 2021 09:06:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8bb7ebc3d8c0b5a5980bf18421a2e981ca25fa27
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 23 15:08:41 2021 +0200

    gnu: ruby-loofah: Update to 2.3.1.
    
    * gnu/packages/ruby.scm (ruby-loofah): Update to 2.3.1.
    [arguments]: Adjust custom 'remove-unnecessary-dependencies phase for
    upstream changes.
---
 gnu/packages/ruby.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9d394ee..df8d097 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6335,14 +6335,14 @@ you about the changes.")
 (define-public ruby-loofah
   (package
     (name "ruby-loofah")
-    (version "2.2.3")
+    (version "2.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "loofah" version))
        (sha256
         (base32
-         "1ccsid33xjajd0im2xv941aywi58z7ihwkvaf1w2bv89vn5bhsjg"))))
+         "0npqav026zd7r4qdidq9x5nxcp2dzg71bnp421xxx7sngbxf2xbd"))))
     (build-system ruby-build-system)
     (arguments
      '(#:phases
@@ -6351,11 +6351,9 @@ you about the changes.")
            (lambda _
              ;; concourse is a development tool which is unused, so remove it
              ;; so it's not required.
-             (substitute* "Gemfile"
-               ((".*\"concourse\".*") "\n"))
              (substitute* "Rakefile"
-               (("require 'concourse'") "")
-               (("Concourse\\.new.*") "\n"))
+               (("require \"concourse\"") "")
+               (("Concourse\\.new.*") "task :concourse do\n"))
              #t)))))
     (native-inputs
      `(("ruby-hoe" ,ruby-hoe)



reply via email to

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