mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libmaxminddb: Update to 1.4.3.
* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.
This commit is contained in:
parent
505ceff606
commit
07c0b3cea2
1 changed files with 2 additions and 2 deletions
|
@ -1348,7 +1348,7 @@ (define-public josm
|
|||
(define-public libmaxminddb
|
||||
(package
|
||||
(name "libmaxminddb")
|
||||
(version "1.4.2")
|
||||
(version "1.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1356,7 +1356,7 @@ (define-public libmaxminddb
|
|||
"/releases/download/" version "/"
|
||||
"/libmaxminddb-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mnimbaxnnarlw7g1rh8lpxsyf7xnmzwcczcc3lxw8xyf6ljln6x"))))
|
||||
(base32 "0fd4a4sxiiwzbd5h74wl1ijnb7xybjyybb7q41vdq3w8nk3zdzd5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue