guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: ruby-loofah: Update to 2.21.3.


From: guix-commits
Subject: 01/08: gnu: ruby-loofah: Update to 2.21.3.
Date: Mon, 19 Jun 2023 06:12:56 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit c6ff9343370521631dc13cca6cf793df202e9362
Author: Juliana Sims <juli@incana.org>
AuthorDate: Sat Jun 17 14:37:00 2023 -0400

    gnu: ruby-loofah: Update to 2.21.3.
    
    * gnu/packages/ruby.scm (ruby-loofah): Update to 2.21.3.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 f28ad97e11..0fa68be980 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7596,7 +7596,7 @@ you about the changes.")
 (define-public ruby-loofah
   (package
     (name "ruby-loofah")
-    (version "2.13.0")
+    (version "2.21.3")
     (home-page "https://github.com/flavorjones/loofah";)
     (source
      (origin
@@ -7607,7 +7607,7 @@ you about the changes.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0rmsm7mckiq0gslfqdl02yvn500n42v84gq28qjqn4yq9jwfs9ga"))))
+         "1lh7cf56y1b0h090ahphvz7grq581phsamdl0rq59y0q9bqwrhg0"))))
     (build-system ruby-build-system)
     (native-inputs
      (list ruby-hoe ruby-hoe-markdown ruby-rr))



reply via email to

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