sharlatan pushed a commit to branch ruby-team
in repository guix.

commit ff1e021e0911bacb102e55ed54de24a6e97db48a
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 9a13bbd55e..f284d3eac0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1664,7 +1664,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
@@ -1674,7 +1674,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

Reply via email to