me
/
guix
Archived
1
0
Fork 0

gnu: python-dnspython: Update to 2.1.0.

* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
master
Marius Bakke 2021-05-06 14:26:20 +02:00
parent 4bdc52bc21
commit 7dc0f9e760
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -14649,13 +14649,13 @@ until the object is actually required, and caches the result of said call.")
(define-public python-dnspython
(package
(name "python-dnspython")
(version "2.0.0")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "dnspython" version ".zip"))
(sha256
(base32
"1dyip5ygqqhrgcaiy7qzjpndl9xciip186paxqwkm726fj9z0jh4"))))
"1m0xvyby8baaxp6pfm0fgq8d2pq5dd8qm8bzfbrs009jaw5pza74"))))
(build-system python-build-system)
(native-inputs `(("unzip" ,unzip)))
(arguments '(#:tests? #f)) ; XXX: requires internet access