summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 16:23:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 16:25:05 +0200
commit07c0b3cea299e4d11adf4e9636a7188be4c32196 (patch)
tree640454e44579c3a55bc95285baa58d623837ca2f /gnu/packages/geo.scm
parent505ceff606ef8d468c07101bb986d148efd6f7ae (diff)
downloadguix-patches-07c0b3cea299e4d11adf4e9636a7188be4c32196.tar
guix-patches-07c0b3cea299e4d11adf4e9636a7188be4c32196.tar.gz
gnu: libmaxminddb: Update to 1.4.3.
* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8760ac473f..033da1efd1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -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