mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: asciidoc-py3: Update to 9.1.0.
* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.1.0.
This commit is contained in:
parent
df9e84dbea
commit
e12919a480
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ (define-public asciidoc
|
||||||
(define-public asciidoc-py3
|
(define-public asciidoc-py3
|
||||||
(package (inherit asciidoc)
|
(package (inherit asciidoc)
|
||||||
(name "asciidoc-py3")
|
(name "asciidoc-py3")
|
||||||
(version "9.0.1")
|
(version "9.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -189,7 +189,7 @@ (define-public asciidoc-py3
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xpws5lgzaqwgbc7sq6bp8adjxy8qb4qb9nj4vvpxamjgx3pny54"))))
|
"1clf1axkns23wfmh48xfspzsnw04pjh4mq1pshpzvj0cwxhz0yaq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)))
|
`(("autoconf" ,autoconf)))
|
||||||
|
|
Loading…
Reference in a new issue