guix-patches
[Top][All Lists]
Advanced

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

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


From: Nikolay Korotkiy
Subject: [bug#57244] [PATCH] gnu: python-maxminddb: Update to 2.2.0.
Date: Tue, 16 Aug 2022 16:52:45 +0300

* 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






reply via email to

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