summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAaron Covrig <aarcov@gmail.com>2026-02-24 21:48:52 -0500
committerAndreas Enge <andreas@enge.fr>2026-03-01 18:41:52 +0100
commit1da6d1da82b90bdc4ce62e9d19ae7fd1819e1f73 (patch)
tree427587d54ddc359242bf05f107e20a50146a6ba2 /gnu
parent52c9f8fe9a6162013797b7c9fd457db8f59c753c (diff)
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 <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby-xyz.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 989bab4fdf3..6fe2a0720e4 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.")