guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 0009b1c67e3dd59576a3027db9cc300f34045905
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:54 2025 +0200
gnu: ruby-loofah: Update to 2.22.0.
* gnu/packages/ruby-xyz.scm (ruby-loofah): Update to 2.22.0.
---
gnu/packages/ruby-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 626ed3b867..c72ca5ff37 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -7547,7 +7547,7 @@ you about the changes.")
(define-public ruby-loofah
(package
(name "ruby-loofah")
- (version "2.21.3")
+ (version "2.22.0")
(home-page "https://github.com/flavorjones/loofah")
(source
(origin
@@ -7557,8 +7557,7 @@ you about the changes.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1lh7cf56y1b0h090ahphvz7grq581phsamdl0rq59y0q9bqwrhg0"))))
+ (base32 "0qf7km4b6cgz5xfhik7i0s8fyhq01j7wsrmk8zbz441vmady8rf1"))))
(build-system ruby-build-system)
(native-inputs
(list ruby-hoe ruby-hoe-markdown ruby-rr))