diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 15:31:19 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 15:51:07 +0200 |
commit | 892918bc46613fb72305d32afa78420b8068cd5d (patch) | |
tree | 04cb573d5e816cb0482c6cdf9ba30ec940f6c0af /gnu/packages/python-xyz.scm | |
parent | 67dbc06de1715bd1f04069291ab9fe31d9e8dc8e (diff) | |
download | patches-892918bc46613fb72305d32afa78420b8068cd5d.tar patches-892918bc46613fb72305d32afa78420b8068cd5d.tar.gz |
gnu: python-dnspython: Update to 1.16.0.
* gnu/packages/python-xyz.scm (python-dnspython): Update to 1.16.0.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 64aa7da41e..2ecf7115ab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11674,14 +11674,14 @@ until the object is actually required, and caches the result of said call.") (define-public python-dnspython (package (name "python-dnspython") - (version "1.15.0") + (version "1.16.0") (source (origin (method url-fetch) (uri (string-append "http://www.dnspython.org/kits/" version "/dnspython-" version ".tar.gz")) (sha256 (base32 - "0jr4v2pd90i6l1xxbss2m05psbjaxvyvvvpq44wycijpfgjqln8i")))) + "1yaw7irazy42n0kdhlk7wyg8ki34rxcnc5xbc1wfwy245b0wbxab")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; XXX: requires internet access (home-page "http://www.dnspython.org") |