1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: ruby-loofah: Update to 2.22.0.

* gnu/packages/ruby-xyz.scm (ruby-loofah): Update to 2.22.0.
This commit is contained in:
Nicolas Graves 2025-06-18 16:27:54 +02:00 committed by Andreas Enge
parent 47274894ac
commit 02bed4a9c5
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))