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:
parent
47274894ac
commit
02bed4a9c5
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue