mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(define-public ruby-loofah
|
||||||
(package
|
(package
|
||||||
(name "ruby-loofah")
|
(name "ruby-loofah")
|
||||||
(version "2.21.3")
|
(version "2.22.0")
|
||||||
(home-page "https://github.com/flavorjones/loofah")
|
(home-page "https://github.com/flavorjones/loofah")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -7557,8 +7557,7 @@ you about the changes.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qf7km4b6cgz5xfhik7i0s8fyhq01j7wsrmk8zbz441vmady8rf1"))))
|
||||||
"1lh7cf56y1b0h090ahphvz7grq581phsamdl0rq59y0q9bqwrhg0"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-hoe ruby-hoe-markdown ruby-rr))
|
(list ruby-hoe ruby-hoe-markdown ruby-rr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue