mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-docutils: Add 0.19.
* gnu/packages/python-xyz.scm (python-docutils-0.19): New variable.
This commit is contained in:
parent
6ef782ee22
commit
5cce7a6824
1 changed files with 12 additions and 0 deletions
|
@ -4387,6 +4387,18 @@ via commands such as @command{rst2man}, as well as supporting Python code.")
|
||||||
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
||||||
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
||||||
|
|
||||||
|
;; TODO: Make this the default in the next rebuild cycle.
|
||||||
|
(define-public python-docutils-0.19
|
||||||
|
(package
|
||||||
|
(inherit python-docutils)
|
||||||
|
(version "0.19")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "docutils" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rprvir116g5rz2bgzkzgyn6mv0z8582rz7bgxbpy2y3adkmm69k"))))))
|
||||||
|
|
||||||
;; awscli refuses to be built with docutils < 0.16.
|
;; awscli refuses to be built with docutils < 0.16.
|
||||||
(define-public python-docutils-0.15
|
(define-public python-docutils-0.15
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue