diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-28 14:13:09 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-28 23:32:52 +0200 |
commit | 58670ceedbd6678445b4d9d1943cc88dc60c2bc3 (patch) | |
tree | 9adef92645f3d5423012ef2f5ddb5551e309a77e | |
parent | 9310ad3423aa7b939b07a82bb0ce60c4024ed15e (diff) | |
download | guix-58670ceedbd6678445b4d9d1943cc88dc60c2bc3.tar.gz guix-58670ceedbd6678445b4d9d1943cc88dc60c2bc3.zip |
gnu: asciidoc-py3: Update to 9.0.1.
* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
-rw-r--r-- | gnu/packages/documentation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index a3a07f56db..ac3fa7b78c 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))) |