guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: ruby-asciidoctor: Update to 2.0.16.


From: guix-commits
Subject: 11/11: gnu: ruby-asciidoctor: Update to 2.0.16.
Date: Sun, 12 Sep 2021 08:37:47 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 27d2e828b9fe6b2008fd0aa85692b1b2ae9144df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 15:34:44 2021 +0300

    gnu: ruby-asciidoctor: Update to 2.0.16.
    
    * gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.16.
    [native-inputs]: Add ruby-erubi.
---
 gnu/packages/ruby.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 16b8678..b07291b 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1275,7 +1275,7 @@ syntax to the minimum while remaining clear.")
 (define-public ruby-asciidoctor
   (package
     (name "ruby-asciidoctor")
-    (version "2.0.10")
+    (version "2.0.16")
     (source
      (origin
        (method git-fetch)               ;the gem release lacks a Rakefile
@@ -1285,7 +1285,7 @@ syntax to the minimum while remaining clear.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0jaxpnsdnx3qyjw5p2lsx1swny12q1i2vxw2kgdp4vlsyjv95z95"))))
+         "086i17v9rxx0sxac26xp8c5v75jqba6rqjlk57x94qjvrh8vzyw2"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "test:all"
@@ -1299,7 +1299,8 @@ syntax to the minimum while remaining clear.")
                 (string-append stripped "\n")))
              #t)))))
     (native-inputs
-     `(("ruby-erubis" ,ruby-erubis)
+     `(("ruby-erubi" ,ruby-erubi)
+       ("ruby-erubis" ,ruby-erubis)
        ("ruby-minitest" ,ruby-minitest)
        ("ruby-nokogiri" ,ruby-nokogiri)
        ("ruby-asciimath" ,ruby-asciimath)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]