me
/
guix
Archived
1
0
Fork 0

gnu: python-dnspython: Update to 0.15.0.

* gnu/packages/python.scm (python-dnspython, python2-dnspython): Update
to 0.15.0.
master
Leo Famulari 2016-10-07 02:21:04 -04:00
parent 0580e383c2
commit 6c514128ec
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -9858,14 +9858,14 @@ until the object is actually required, and caches the result of said call.")
(define-public python-dnspython (define-public python-dnspython
(package (package
(name "python-dnspython") (name "python-dnspython")
(version "1.14.0") (version "1.15.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.dnspython.org/kits/" (uri (string-append "http://www.dnspython.org/kits/"
version "/dnspython-" version ".tar.gz")) version "/dnspython-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1z472r63gdqsxhsxj3plr5vs478yf4303vrqxxpsccc940g441hl")))) "0jr4v2pd90i6l1xxbss2m05psbjaxvyvvvpq44wycijpfgjqln8i"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; XXX: requires internet access (arguments '(#:tests? #f)) ; XXX: requires internet access
(native-inputs (native-inputs