mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-docutils-0.15: Update to 0.16.
* gnu/packages/python-xyz.scm (python-docutils-0.15): Update to 0.16. [native-inputs]: Replace python-setuptools-57 by python-setuptools. * gnu/packages/python-web.scm (awscli)[inputs]: Update accordingly. * gnu/packages/sphinx.scm (python-sphinx-panels)[propagated-inputs]: Update accordingly. Change-Id: I84360acf8d8213d0d49301e116f1a158bdb545e7 Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
parent
db1d768acb
commit
568867b62e
3 changed files with 7 additions and 7 deletions
|
@ -8133,21 +8133,21 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
|
|||
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
||||
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
||||
|
||||
;; awscli refuses to be built with docutils < 0.16.
|
||||
(define-public python-docutils-0.15
|
||||
;; awscli refuses to be built with docutils < 0.17.
|
||||
(define-public python-docutils-0.16
|
||||
(package
|
||||
(inherit python-docutils)
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "docutils" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ja8q6mdj6xv62jjw3phv8j5nfqi5x8hnfy4pqfcjcgz4b34k8sl"))))
|
||||
"1z3qliszqca9m719q3qhdkh0ghh90g500avzdgi7pl77x5h3mpn2"))))
|
||||
;; tests contain Python 2 syntax.
|
||||
(arguments '(#:tests? #false))
|
||||
(native-inputs
|
||||
(list python-setuptools-57))))
|
||||
(list python-setuptools))))
|
||||
|
||||
(define-public python-docx
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue