[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: python-idna: Update to 2.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/08: gnu: python-idna: Update to 2.6. |
Date: |
Wed, 10 Jan 2018 17:38:03 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0ee12dc9f1606b80c26a9c39c28da99070d20b12
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jan 10 19:18:56 2018 +0100
gnu: python-idna: Update to 2.6.
* gnu/packages/python.scm (python-idna): Update to 2.6.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2d2c311..0b582e6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5973,14 +5973,14 @@ versions of Python.")
(define-public python-idna
(package
(name "python-idna")
- (version "2.5")
+ (version "2.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "idna" version))
(sha256
(base32
- "1ara12a7k2zc69msa0arrvw00gn61a6i6by01xb3lkkc0h4cxd9w"))))
+ "13qaab6d0s15gknz8v3zbcfmbj6v86hn9pjxgkdf62ch13imssic"))))
(build-system python-build-system)
(home-page "https://github.com/kjd/idna")
(synopsis "Internationalized domain names in applications")
- branch master updated (cac274a -> 74a2355), Tobias Geerinckx-Rice, 2018/01/10
- 07/08: gnu: fio: Update to 3.3., Tobias Geerinckx-Rice, 2018/01/10
- 02/08: gnu: rrdtool: Re-order imports., Tobias Geerinckx-Rice, 2018/01/10
- 05/08: gnu: libmtp: Update to 1.1.14., Tobias Geerinckx-Rice, 2018/01/10
- 06/08: gnu: perl-list-moreutils: Update to 0.428., Tobias Geerinckx-Rice, 2018/01/10
- 08/08: gnu: rrdtool: Update to 1.7.0., Tobias Geerinckx-Rice, 2018/01/10
- 01/08: gnu: rrdtool: Use HTTPS for home page., Tobias Geerinckx-Rice, 2018/01/10
- 04/08: gnu: python-idna: Update to 2.6.,
Tobias Geerinckx-Rice <=
- 03/08: gnu: ocaml-zed: Update to 1.6., Tobias Geerinckx-Rice, 2018/01/10