guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: asciidoc-py3: Update to 9.1.0.


From: guix-commits
Subject: 11/14: gnu: asciidoc-py3: Update to 9.1.0.
Date: Tue, 18 May 2021 16:25:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e12919a4801306354a91faa4fd9320b54667d4ab
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 17 18:07:50 2021 +0200

    gnu: asciidoc-py3: Update to 9.1.0.
    
    * gnu/packages/documentation.scm (asciidoc-py3): Update to 9.1.0.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 7a37329..17f73aa 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -180,7 +180,7 @@ markup) can be customized and extended by the user.")
 (define-public asciidoc-py3
   (package (inherit asciidoc)
     (name "asciidoc-py3")
-    (version "9.0.1")
+    (version "9.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -189,7 +189,7 @@ markup) can be customized and extended by the user.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xpws5lgzaqwgbc7sq6bp8adjxy8qb4qb9nj4vvpxamjgx3pny54"))))
+                "1clf1axkns23wfmh48xfspzsnw04pjh4mq1pshpzvj0cwxhz0yaq"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)))



reply via email to

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