[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)))
- branch master updated (3e68e83 -> b58efbc), guix-commits, 2021/05/18
- 01/14: gnu: qhull: Update to 2020.2., guix-commits, 2021/05/18
- 02/14: gnu: PackCC: Update to 1.5.0., guix-commits, 2021/05/18
- 04/14: gnu: hdf5: Fix invalid regex range., guix-commits, 2021/05/18
- 03/14: gnu: universal-ctags: Update to 5.9.20210509.0., guix-commits, 2021/05/18
- 05/14: gnu: yubikey-personalization: Update to 1.20.0., guix-commits, 2021/05/18
- 07/14: gnu: ucx: Update to 1.9.0., guix-commits, 2021/05/18
- 09/14: gnu: iwd: Update to 1.14., guix-commits, 2021/05/18
- 06/14: gnu: yubikey-personalization: Fix build with GCC 10., guix-commits, 2021/05/18
- 11/14: gnu: asciidoc-py3: Update to 9.1.0.,
guix-commits <=
- 08/14: gnu: ell: Update to 0.40., guix-commits, 2021/05/18
- 10/14: gnu: asciidoc-py3: Fix source URI., guix-commits, 2021/05/18
- 13/14: gnu: kbd: Update to 2.4.0., guix-commits, 2021/05/18
- 12/14: gnu: asciidoc: Remove Python 2 variant., guix-commits, 2021/05/18
- 14/14: gnu: Add libxml2-xpath0., guix-commits, 2021/05/18