gnu: libmaxminddb: Update to 1.4.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 14:23:15 +0000 (16:23 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 14:25:05 +0000 (16:25 +0200)
* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.

gnu/packages/geo.scm

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