diff options
author | Nikolay Korotkiy <sikmir@disroot.org> | 2022-08-16 16:49:20 +0300 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-17 15:21:35 +0200 |
commit | 2eba49db921771c8008a9f0a55f8fcd0f9936594 (patch) | |
tree | a8533be37cc84d071d45ffe8a9bcbac4f847ad65 /gnu/packages | |
parent | 94528ffacd4027816cc39cceacdea766a5585dce (diff) | |
download | guix-2eba49db921771c8008a9f0a55f8fcd0f9936594.tar.gz guix-2eba49db921771c8008a9f0a55f8fcd0f9936594.zip |
gnu: libmaxminddb: Update to 1.6.0.
* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-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 669a807b50..52e7109a4c 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1827,7 +1827,7 @@ ways, and relations) and their metadata tags.") (define-public libmaxminddb (package (name "libmaxminddb") - (version "1.4.3") + (version "1.6.0") (source (origin (method url-fetch) @@ -1835,7 +1835,7 @@ ways, and relations) and their metadata tags.") "/releases/download/" version "/" "/libmaxminddb-" version ".tar.gz")) (sha256 - (base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5")))) + (base32 "0rw2z7rx8jzgdcgqlmc4wqrsjmiwd8vm5wvvrldy472rghcaq83n")))) (build-system gnu-build-system) (arguments `(#:make-flags |