Archived
1
0
Fork 0

gnu: protozero: Update to 1.6.8.

* gnu/packages/protobuf.scm (protozero): Update to 1.6.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-03 01:02:01 +01:00
parent decade55eb
commit 599d019060
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3,7 +3,7 @@
;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org> ;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -180,7 +180,7 @@ code.")
(define-public protozero (define-public protozero
(package (package
(name "protozero") (name "protozero")
(version "1.6.7") (version "1.6.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -189,7 +189,7 @@ code.")
(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 "1ryvn3iwxiaih3mvyy45nbwxnhzfc8vby0xh9m6d6fpakhcpf6s3")))) (base32 "1hfijpfylf1c71wa3mk70gjc88b6k1q7cxb87cwqdflw5q2x8ma6"))))
(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++")