mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-asciidoctor: Update to 2.0.20.
* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.20. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
df1e82cac8
commit
b98a3c3acb
1 changed files with 2 additions and 2 deletions
|
@ -1673,7 +1673,7 @@ syntax to the minimum while remaining clear.")
|
||||||
(define-public ruby-asciidoctor
|
(define-public ruby-asciidoctor
|
||||||
(package
|
(package
|
||||||
(name "ruby-asciidoctor")
|
(name "ruby-asciidoctor")
|
||||||
(version "2.0.18")
|
(version "2.0.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;the gem release lacks a Rakefile
|
(method git-fetch) ;the gem release lacks a Rakefile
|
||||||
|
@ -1683,7 +1683,7 @@ syntax to the minimum while remaining clear.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mpk3y69lqz9ywfkjmr40dm3mkabrnf92bb011qq1axj73yyrajv"))))
|
"19qvilhwa9plg80ppspn5ys0ybl8qfyaicqbl9w316hk5ldwi1jq"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue