gnu: python-sphinx: Update to 3.3.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 3.3.1.
This commit is contained in:
parent
643963cbe0
commit
9fe0ca402b
1 changed files with 2 additions and 2 deletions
|
@ -48,14 +48,14 @@ (define-module (gnu packages sphinx)
|
|||
(define-public python-sphinx
|
||||
(package
|
||||
(name "python-sphinx")
|
||||
(version "3.2.1")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Sphinx" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
|
||||
"0023vc2i29pjxmvdqbz1wdbi7gbj56y1br1b2z8h8wa44li5k38y"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue