mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add python-idna-2.7.
* gnu/packages/python-xyz.scm (python-idna-2.7): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7deb086864
commit
a76e6a690f
1 changed files with 11 additions and 0 deletions
|
@ -7233,6 +7233,17 @@ (define-public python-idna
|
|||
specification.")
|
||||
(license license:bsd-4)))
|
||||
|
||||
(define-public python-idna-2.7
|
||||
(package (inherit python-idna)
|
||||
(version "2.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "idna" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05jam7d31767dr12x0rbvvs8lxnpb1mhdb2zdlfxgh83z6k3hjk8"))))))
|
||||
|
||||
|
||||
(define-public python2-idna
|
||||
(package-with-python2 python-idna))
|
||||
|
||||
|
|
Loading…
Reference in a new issue