guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: asciidoc-py3: Update to 9.0.1.


From: guix-commits
Subject: 02/05: gnu: asciidoc-py3: Update to 9.0.1.
Date: Sun, 28 Jun 2020 17:35:27 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 58670ceedbd6678445b4d9d1943cc88dc60c2bc3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 28 14:13:09 2020 +0200

    gnu: asciidoc-py3: Update to 9.0.1.
    
    * gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
---
 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 a3a07f5..ac3fa7b 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -127,7 +127,7 @@ markup) can be customized and extended by the user.")
 (define-public asciidoc-py3
   (package (inherit asciidoc)
     (name "asciidoc-py3")
-    (version "9.0.0rc1")
+    (version "9.0.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -136,7 +136,7 @@ markup) can be customized and extended by the user.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1v815dgab62970m9cr2crwbh4kvlzk6pv3hk4bzv6gfa4lbwfkfl"))))
+                "1xpws5lgzaqwgbc7sq6bp8adjxy8qb4qb9nj4vvpxamjgx3pny54"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)))



reply via email to

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