diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:23:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 16:25:05 +0200 |
commit | 07c0b3cea299e4d11adf4e9636a7188be4c32196 (patch) | |
tree | 640454e44579c3a55bc95285baa58d623837ca2f /gnu | |
parent | 505ceff606ef8d468c07101bb986d148efd6f7ae (diff) | |
download | guix-07c0b3cea299e4d11adf4e9636a7188be4c32196.tar.gz |
gnu: libmaxminddb: Update to 1.4.3.
* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
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 |