guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1da6d1da82b90bdc4ce62e9d19ae7fd1819e1f73
Author: Aaron Covrig <[email protected]>
AuthorDate: Tue Feb 24 21:48:52 2026 -0500
gnu: ruby-asciidoctor: Update to 2.0.26.
* gnu/packages/ruby-xyz.scm (ruby-asciidoctor): Update to 2.0.26.
[native-inputs]: Remove ruby-erubis.
Change-Id: I585b74f2f9a8d3fc0931db030bbd4e0f5cf12e4e
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/ruby-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 989bab4fdf..6fe2a0720e 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -1180,7 +1180,7 @@ syntax to the minimum while remaining clear.")
(define-public ruby-asciidoctor
(package
(name "ruby-asciidoctor")
- (version "2.0.21")
+ (version "2.0.26")
(source
(origin
(method git-fetch) ;the gem release lacks a Rakefile
@@ -1190,7 +1190,7 @@ syntax to the minimum while remaining clear.")
(file-name (git-file-name name version))
(sha256
(base32
- "0ajdq0aa36730xszxnhs0zfrfj38m2nn462n4y21g4s1x7wdlxbl"))))
+ "06kj20z8zlvbhv663gddk5ffv8rv2ba5spaf6j8fix4607wwjx5p"))))
(build-system ruby-build-system)
(arguments
(list
@@ -1215,7 +1215,7 @@ syntax to the minimum while remaining clear.")
(list ruby-asciimath
ruby-coderay
ruby-cucumber
- ruby-erubis
+ ruby-erubi
ruby-haml
ruby-minitest
ruby-nokogiri
@@ -1224,8 +1224,7 @@ syntax to the minimum while remaining clear.")
ruby-rspec-expectations
ruby-simplecov
ruby-slim
- ruby-tilt
- ruby-erubi))
+ ruby-tilt))
(synopsis "Converter from AsciiDoc content to other formats")
(description "Asciidoctor is a text processor and publishing toolchain for
converting AsciiDoc content to HTML5, DocBook 5, PDF, and other formats.")