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:
Nicolas Graves 2025-02-16 01:34:16 +01:00 committed by Andreas Enge
parent df1e82cac8
commit b98a3c3acb
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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