all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57244] [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0.
@ 2022-08-16 13:49 Nikolay Korotkiy via Guix-patches via
  2022-08-16 13:52 ` [bug#57244] [PATCH] gnu: python-maxminddb: Update to 2.2.0 Nikolay Korotkiy via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2022-08-16 13:49 UTC (permalink / raw)
  To: 57244; +Cc: Nikolay Korotkiy

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57244] [PATCH] gnu: python-maxminddb: Update to 2.2.0.
  2022-08-16 13:49 [bug#57244] [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0 Nikolay Korotkiy via Guix-patches via
@ 2022-08-16 13:52 ` Nikolay Korotkiy via Guix-patches via
  2022-08-17 13:22   ` bug#57244: [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0 Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2022-08-16 13:52 UTC (permalink / raw)
  To: 57244; +Cc: Nikolay Korotkiy

* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.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 fb67b71067..390e46fff4 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1855,14 +1855,14 @@ (define-public libmaxminddb
 (define-public python-maxminddb
   (package
     (name "python-maxminddb")
-    (version "1.5.1")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "maxminddb" version))
        (sha256
         (base32
-         "0y9giw81k4wdmpryr4k42w50z292mf364a6vs1vxf83ksc9ig6j4"))))
+         "1rc4a403r3b4vhmhb03gidd0fmsbvfpbf3qfcw25h4db9zn0fxz3"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f)) ;; Tests require a copy of the maxmind database
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#57244: [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0.
  2022-08-16 13:52 ` [bug#57244] [PATCH] gnu: python-maxminddb: Update to 2.2.0 Nikolay Korotkiy via Guix-patches via
@ 2022-08-17 13:22   ` Mathieu Othacehe
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2022-08-17 13:22 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 57244-done


> * gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.

Pushed both patches, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-17 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 13:49 [bug#57244] [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0 Nikolay Korotkiy via Guix-patches via
2022-08-16 13:52 ` [bug#57244] [PATCH] gnu: python-maxminddb: Update to 2.2.0 Nikolay Korotkiy via Guix-patches via
2022-08-17 13:22   ` bug#57244: [PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0 Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.