diff mbox series

[bug#57244] gnu: python-maxminddb: Update to 2.2.0.

Message ID 4cd4863d5a925819d65cb83547181acfd0f02f0b.1660657965.git.sikmir@disroot.org
State Accepted
Headers show
Series [bug#57244] gnu: python-maxminddb: Update to 2.2.0. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Nikolay Korotkiy Aug. 16, 2022, 1:52 p.m. UTC
* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Aug. 17, 2022, 1:22 p.m. UTC | #1
> * gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.

Pushed both patches, thanks!

Mathieu
diff mbox series

Patch

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