mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: python-dnspython: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.1.0.
This commit is contained in:
parent
4bdc52bc21
commit
7dc0f9e760
1 changed files with 2 additions and 2 deletions
|
@ -14649,13 +14649,13 @@ (define-public python2-lazy-object-proxy
|
||||||
(define-public python-dnspython
|
(define-public python-dnspython
|
||||||
(package
|
(package
|
||||||
(name "python-dnspython")
|
(name "python-dnspython")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dnspython" version ".zip"))
|
(uri (pypi-uri "dnspython" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dyip5ygqqhrgcaiy7qzjpndl9xciip186paxqwkm726fj9z0jh4"))))
|
"1m0xvyby8baaxp6pfm0fgq8d2pq5dd8qm8bzfbrs009jaw5pza74"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs `(("unzip" ,unzip)))
|
(native-inputs `(("unzip" ,unzip)))
|
||||||
(arguments '(#:tests? #f)) ; XXX: requires internet access
|
(arguments '(#:tests? #f)) ; XXX: requires internet access
|
||||||
|
|
Loading…
Reference in a new issue