gnu: asciidoc-py3: Update to 9.0.1.
* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
This commit is contained in:
parent
9310ad3423
commit
58670ceedb
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue