diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-06-18 16:27:58 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:07 +0200 |
commit | 3e4acea48df141867b85701e901546745aafc56a (patch) | |
tree | 5c324fe5e13b20c9dd7e67ad03095cd958297d25 | |
parent | beb50dbfe64c42d80faf3e3e4221d7af4ec77737 (diff) |
gnu: ruby-asciidoctor: Update to 2.0.21.
* gnu/packages/ruby-xyz.scm (ruby-asciidoctor): Update to 2.0.21.
-rw-r--r-- | gnu/packages/ruby-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 8feab21550..d9bf94f652 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -1162,7 +1162,7 @@ syntax to the minimum while remaining clear.") (define-public ruby-asciidoctor (package (name "ruby-asciidoctor") - (version "2.0.20") + (version "2.0.21") (source (origin (method git-fetch) ;the gem release lacks a Rakefile @@ -1172,7 +1172,7 @@ syntax to the minimum while remaining clear.") (file-name (git-file-name name version)) (sha256 (base32 - "19qvilhwa9plg80ppspn5ys0ybl8qfyaicqbl9w316hk5ldwi1jq")))) + "0ajdq0aa36730xszxnhs0zfrfj38m2nn462n4y21g4s1x7wdlxbl")))) (build-system ruby-build-system) (arguments (list |