guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57244] [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0.


From: Nikolay Korotkiy
Subject: [bug#57244] [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0.
Date: Tue, 16 Aug 2022 16:49:20 +0300

* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index fe2174b106..fb67b71067 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1828,7 +1828,7 @@ (define-public josm
 (define-public libmaxminddb
   (package
     (name "libmaxminddb")
-    (version "1.4.3")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
@@ -1836,7 +1836,7 @@ (define-public libmaxminddb
                            "/releases/download/" version "/"
                            "/libmaxminddb-" version ".tar.gz"))
        (sha256
-        (base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5"))))
+        (base32 "0rw2z7rx8jzgdcgqlmc4wqrsjmiwd8vm5wvvrldy472rghcaq83n"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.37.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]