mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-sphinx-intl: Update to 2.0.1.
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
This commit is contained in:
parent
edc517a04c
commit
728fdd83eb
1 changed files with 2 additions and 3 deletions
|
@ -578,14 +578,13 @@ (define-public python-breathe
|
|||
(define-public python-sphinx-intl
|
||||
(package
|
||||
(name "python-sphinx-intl")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinx-intl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zbf1bh23b3kza8bnjykmv2k21xmmr4gamhi3lnicnr6ypnrphr5"))))
|
||||
(base32 "1d1q0sanjp4nkfvhsxi75zf3xjyyi8nzxvl3v7l0jy9ld70nwnmj"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-sphinx" ,python-sphinx)
|
||||
|
|
Loading…
Reference in a new issue