guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.
commit 168a6eaa3a2354b50150757fa7c52a2a8bd5c4ba
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:34:16 2025 +0100
gnu: ruby-asciidoctor: Update to 2.0.20.
* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.20.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7dc2539764..eaef1c59c9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1667,7 +1667,7 @@ syntax to the minimum while remaining clear.")
(define-public ruby-asciidoctor
(package
(name "ruby-asciidoctor")
- (version "2.0.18")
+ (version "2.0.20")
(source
(origin
(method git-fetch) ;the gem release lacks a Rakefile
@@ -1677,7 +1677,7 @@ syntax to the minimum while remaining clear.")
(file-name (git-file-name name version))
(sha256
(base32
- "1mpk3y69lqz9ywfkjmr40dm3mkabrnf92bb011qq1axj73yyrajv"))))
+ "19qvilhwa9plg80ppspn5ys0ybl8qfyaicqbl9w316hk5ldwi1jq"))))
(build-system ruby-build-system)
(arguments
(list