gnu: python-maxminddb: Update to 2.2.0.
* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
2eba49db92
commit
359fd26fc4
@ -1854,14 +1854,14 @@ associated with an address.")
|
|||||||
(define-public python-maxminddb
|
(define-public python-maxminddb
|
||||||
(package
|
(package
|
||||||
(name "python-maxminddb")
|
(name "python-maxminddb")
|
||||||
(version "1.5.1")
|
(version "2.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "maxminddb" version))
|
(uri (pypi-uri "maxminddb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y9giw81k4wdmpryr4k42w50z292mf364a6vs1vxf83ksc9ig6j4"))))
|
"1rc4a403r3b4vhmhb03gidd0fmsbvfpbf3qfcw25h4db9zn0fxz3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; Tests require a copy of the maxmind database
|
`(#:tests? #f)) ;; Tests require a copy of the maxmind database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user