gnu: asciidoc-py3: Update to 9.0.1.

* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
This commit is contained in:
Marius Bakke 2020-06-28 14:13:09 +02:00
parent 9310ad3423
commit 58670ceedb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -127,7 +127,7 @@ (define-public asciidoc
(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 @@ (define-public asciidoc-py3
(file-name (git-file-name name version))
(sha256
(base32
"1v815dgab62970m9cr2crwbh4kvlzk6pv3hk4bzv6gfa4lbwfkfl"))))
"1xpws5lgzaqwgbc7sq6bp8adjxy8qb4qb9nj4vvpxamjgx3pny54"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)))