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 @@ (define-public josm
(define-public libmaxminddb
(package
(name "libmaxminddb")
(version "1.4.2")
(version "1.4.3")
(source
(origin
(method url-fetch)
@ -1356,7 +1356,7 @@ (define-public libmaxminddb
"/releases/download/" version "/"
"/libmaxminddb-" version ".tar.gz"))
(sha256
(base32 "0mnimbaxnnarlw7g1rh8lpxsyf7xnmzwcczcc3lxw8xyf6ljln6x"))))
(base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5"))))
(build-system gnu-build-system)
(arguments
`(#:phases