gnu: protozero: Update to 1.6.7.
* gnu/packages/geo.scm (protozero): Update to 1.6.7.
This commit is contained in:
parent
10b30b9773
commit
60fddfae13
|
@ -743,7 +743,7 @@ to create databases that are optimized for rendering/tile/map-services.")
|
||||||
(define-public protozero
|
(define-public protozero
|
||||||
(package
|
(package
|
||||||
(name "protozero")
|
(name "protozero")
|
||||||
(version "1.6.5")
|
(version "1.6.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -752,7 +752,7 @@ to create databases that are optimized for rendering/tile/map-services.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10ldzni46cplmkgx1f73yn95qcb71xh9nxpcfdmi107y3kvicv3c"))))
|
(base32 "1ryvn3iwxiaih3mvyy45nbwxnhzfc8vby0xh9m6d6fpakhcpf6s3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(home-page "https://github.com/mapbox/protozero")
|
(home-page "https://github.com/mapbox/protozero")
|
||||||
(synopsis "Minimalistic protocol buffer decoder and encoder in C++")
|
(synopsis "Minimalistic protocol buffer decoder and encoder in C++")
|
||||||
|
|
Loading…
Reference in New Issue