diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-07-05 06:53:03 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-07-05 06:53:03 +0300 |
| commit | c881b5eaa9e3155d168953908ff4f246bfdf3917 (patch) | |
| tree | 1bd2e57f467b45a3bedbeb31ab11463541abc6ae | |
| parent | wigust: Add python-certifi-2017.4.17. (diff) | |
| download | guix-wigust-c881b5eaa9e3155d168953908ff4f246bfdf3917.tar.gz | |
wigust: Add python-urllib3-1.21.1.
* wigust/packages/python.scm (python-urllib3-1.21.1): New variable.
| -rw-r--r-- | wigust/packages/python.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/wigust/packages/python.scm b/wigust/packages/python.scm index 4863a19..98e32f3 100644 --- a/wigust/packages/python.scm +++ b/wigust/packages/python.scm @@ -130,6 +130,19 @@ (base32 "02n16i1dbp8cq974z0wh0pa11s0w2kfh77ksbzljqn31fjzpwlpp")))))) +(define-public python-urllib3-1.21.1 + (package + (inherit python-urllib3) + (version "1.21.1") + (name (string-append (package-name python-urllib3) "-" version)) + (source + (origin + (method url-fetch) + (uri (pypi-uri "urllib3" version)) + (sha256 + (base32 + "19c22gbkzs14dcaj4vvjgyfl0iqhhbbp7abblw0hkjhqhnbqci5i")))))) + (define-public python-github (let ((commit "c82e90e5bd65eaadeabbdbbbe37bc7e3dc295b3e") (revision "1")) |
