gnu: libmaxminddb: Update to 1.4.3.

* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 16:23:15 +02:00
parent 505ceff606
commit 07c0b3cea2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1348,7 +1348,7 @@ ways, and relations) and their metadata tags.")
(define-public libmaxminddb (define-public libmaxminddb
(package (package
(name "libmaxminddb") (name "libmaxminddb")
(version "1.4.2") (version "1.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1356,7 +1356,7 @@ ways, and relations) and their metadata tags.")
"/releases/download/" version "/" "/releases/download/" version "/"
"/libmaxminddb-" version ".tar.gz")) "/libmaxminddb-" version ".tar.gz"))
(sha256 (sha256
(base32 "0mnimbaxnnarlw7g1rh8lpxsyf7xnmzwcczcc3lxw8xyf6ljln6x")))) (base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases