diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 00:37:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 00:41:02 +0100 |
commit | 60fddfae130c1034c03f026a1820114436be7caa (patch) | |
tree | c9ab2cfac2a21d9cec50c41e30bf85b53b145569 /gnu/packages/geo.scm | |
parent | 10b30b97735ba9037f4ce58867f47678d78f4970 (diff) |
gnu: protozero: Update to 1.6.7.
* gnu/packages/geo.scm (protozero): Update to 1.6.7.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index a311f3b904..58eb11231f 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -743,7 +743,7 @@ to create databases that are optimized for rendering/tile/map-services.") (define-public protozero (package (name "protozero") - (version "1.6.5") + (version "1.6.7") (source (origin (method git-fetch) @@ -752,7 +752,7 @@ to create databases that are optimized for rendering/tile/map-services.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "10ldzni46cplmkgx1f73yn95qcb71xh9nxpcfdmi107y3kvicv3c")))) + (base32 "1ryvn3iwxiaih3mvyy45nbwxnhzfc8vby0xh9m6d6fpakhcpf6s3")))) (build-system cmake-build-system) (home-page "https://github.com/mapbox/protozero") (synopsis "Minimalistic protocol buffer decoder and encoder in C++") |