mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add python-uritemplate-3.
* gnu/packages/python-web.scm (python-uritemplate-3): New variable.
This commit is contained in:
parent
0f4800e93a
commit
6ec585fb3e
1 changed files with 11 additions and 0 deletions
|
@ -4447,6 +4447,17 @@ (define-public python-uritemplate
|
||||||
;; are made under *both* licenses (excerpt from the LICENSE file).
|
;; are made under *both* licenses (excerpt from the LICENSE file).
|
||||||
(license (list license:bsd-2 license:asl2.0))))
|
(license (list license:bsd-2 license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public python-uritemplate-3
|
||||||
|
(package
|
||||||
|
(inherit python-uritemplate)
|
||||||
|
(name "python-uritemplate")
|
||||||
|
(version "3.0.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "uritemplate" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bkwmgr0ia9gcn4bszs2xlvml79f0bi2s4a87xg22ky9rq8avy2s"))))))
|
||||||
|
|
||||||
(define-public python-publicsuffix
|
(define-public python-publicsuffix
|
||||||
(package
|
(package
|
||||||
(name "python-publicsuffix")
|
(name "python-publicsuffix")
|
||||||
|
|
Loading…
Reference in a new issue