guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: ruby-asciidoctor-multipage: Update to 0.0.16.


From: guix-commits
Subject: 01/17: gnu: ruby-asciidoctor-multipage: Update to 0.0.16.
Date: Sun, 8 Jan 2023 01:46:25 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 2cfa58e38cbf6b8b365c8c66a69c29e68a890a2a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 5 23:01:15 2023 -0500

    gnu: ruby-asciidoctor-multipage: Update to 0.0.16.
    
    * gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Update to 0.0.16.
    [phases]: Delete trailing #t and use \n instead of an actual newline.
---
 gnu/packages/ruby.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2537c5beb5..7a987d475e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1316,7 +1316,7 @@ converting AsciiDoc content to HTML5, DocBook 5, PDF, and 
other formats.")
 (define-public ruby-asciidoctor-multipage
   (package
     (name "ruby-asciidoctor-multipage")
-    (version "0.0.15")
+    (version "0.0.16")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1325,7 +1325,7 @@ converting AsciiDoc content to HTML5, DocBook 5, PDF, and 
other formats.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01qqkf00cp4sj82brz8kl02pjirydafwgld3z166slysiq78d1c5"))))
+                "0rnz7qxdw5qbi3qjplihhk468kv690njdi06yllgylc75k62ar1p"))))
     (propagated-inputs (list ruby-asciidoctor ruby-slim))
     (build-system ruby-build-system)
     (arguments
@@ -1335,8 +1335,7 @@ converting AsciiDoc content to HTML5, DocBook 5, PDF, and 
other formats.")
                       (delete-file "Gemfile")
                       (substitute* "asciidoctor-multipage.gemspec"
                         (("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
-                         (string-append stripped "
-"))) #t)))))
+                         (string-append stripped "\n"))))))))
     (synopsis
      "Asciidoctor extension for generating HTML output using multiple pages")
     (description



reply via email to

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