mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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>
This commit is contained in:
parent
965ac33747
commit
c6ff934337
1 changed files with 2 additions and 2 deletions
|
@ -7596,7 +7596,7 @@ (define-public ruby-listen
|
|||
(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 @@ (define-public ruby-loofah
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue