diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-12-08 02:46:40 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-14 12:20:06 +0100 |
commit | 7a8a4fd7a73f81d99e293ae9f2c70357524beba1 (patch) | |
tree | 3fbfe0c2aba098484195f66aa9901cd53090eabb /gnu/packages/ebook.scm | |
parent | bff6e01afee13c77fa774752405b2e7194ee8092 (diff) | |
download | guix-7a8a4fd7a73f81d99e293ae9f2c70357524beba1.tar.gz |
gnu: python-dnspython: Update to 2.0.0.
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.0.0. [source]: Download from pypi. [native-inputs]: Add unzip. [home-page]: Prefer https. (python-dnspython-1.16): (python2-dnspython-1.16): New variables. * gnu/packages/ebook.scm (calibre): * gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16. * gnu/packages/finance.scm (electrum): Use python-dnspython-1.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/ebook.scm')
-rw-r--r-- | gnu/packages/ebook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index f1e2bd49cb..e8dedf1cdd 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -151,7 +151,7 @@ ("python2-css-parser" ,python2-css-parser) ("python2-dateutil" ,python2-dateutil) ("python2-dbus" ,python2-dbus) - ("python2-dnspython" ,python2-dnspython) + ("python2-dnspython" ,python2-dnspython-1.16) ("python2-dukpy" ,python2-dukpy) ("python2-feedparser" ,python2-feedparser) ("python2-html2text" ,python2-html2text) |