mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python2-numpydoc: Update to 0.9.1.
* gnu/packages/python-xyz.scm (python2-numpydoc): Update to 0.9.1; do not inherit from Python 3 variant.
This commit is contained in:
parent
38d648655b
commit
124d76c5c2
1 changed files with 9 additions and 0 deletions
|
@ -6087,6 +6087,15 @@ (define-public python2-numpydoc
|
|||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-numpydoc))))
|
||||
(package/inherit base
|
||||
;; This is the last version to support Python 2
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "numpydoc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09x6l1a4dcvj7001bvcmcayg1nwqwhaxlwbp6kzj9qrk57lqx3z0"))))
|
||||
(propagated-inputs
|
||||
`(("python2-jinja2" ,python2-jinja2)
|
||||
,@(package-propagated-inputs base))))))
|
||||
|
|
Loading…
Reference in a new issue