GNU bug report logs -
#57244
[PATCH 1/2] gnu: libmaxminddb: Update to 1.6.0.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>
Date: Tue, 16 Aug 2022 13:51:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57244 in the body.
You can then email your comments to 57244 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57244
; Package
guix-patches
.
(Tue, 16 Aug 2022 13:51:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nikolay Korotkiy <sikmir <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 16 Aug 2022 13:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57244
; Package
guix-patches
.
(Tue, 16 Aug 2022 13:53:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 57244 <at> debbugs.gnu.org (full text, mbox):
* 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 sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Wed, 17 Aug 2022 13:23:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nikolay Korotkiy <sikmir <at> disroot.org>
:
bug acknowledged by developer.
(Wed, 17 Aug 2022 13:23:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 57244-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.
Pushed both patches, thanks!
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 15 Sep 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.