mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: python-sphinxcontrib-programoutput: Update to 0.15.
* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.15.
This commit is contained in:
parent
774520df38
commit
e2734fec32
1 changed files with 2 additions and 2 deletions
|
@ -275,13 +275,13 @@ (define-public python-sphinxcontrib-newsfeed
|
|||
(define-public python-sphinxcontrib-programoutput
|
||||
(package
|
||||
(name "python-sphinxcontrib-programoutput")
|
||||
(version "0.10")
|
||||
(version "0.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "sphinxcontrib-programoutput" version))
|
||||
(sha256
|
||||
(base32
|
||||
"153hhnlbx4688zj9wd64819ps5znc2jlyp5crkgzvn5hxgy99vpx"))))
|
||||
"155bz0z2cz544pphkd3nk7ph83mz7nn0ql135kzi62kqmd75ppc0"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; FIXME: Many tests are failing and the upstream is gone.
|
||||
|
|
Loading…
Reference in a new issue