Archived
1
0
Fork 0

gnu: python-sphinxcontrib-programoutput: Update to 0.15.

* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.15.
This commit is contained in:
Brett Gilio 2019-12-23 17:24:21 -06:00
parent 774520df38
commit e2734fec32
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -275,13 +275,13 @@ Blog, News or Announcements section to a Sphinx website.")
(define-public python-sphinxcontrib-programoutput (define-public python-sphinxcontrib-programoutput
(package (package
(name "python-sphinxcontrib-programoutput") (name "python-sphinxcontrib-programoutput")
(version "0.10") (version "0.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sphinxcontrib-programoutput" version)) (uri (pypi-uri "sphinxcontrib-programoutput" version))
(sha256 (sha256
(base32 (base32
"153hhnlbx4688zj9wd64819ps5znc2jlyp5crkgzvn5hxgy99vpx")))) "155bz0z2cz544pphkd3nk7ph83mz7nn0ql135kzi62kqmd75ppc0"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; FIXME: Many tests are failing and the upstream is gone. ;; FIXME: Many tests are failing and the upstream is gone.