Archived
1
0
Fork 0

gnu: protozero: Update to 1.7.1.

* gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-16 01:00:02 +01:00
parent abb7272af3
commit a3500a0a65
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -210,7 +210,7 @@ code.")
(define-public protozero (define-public protozero
(package (package
(name "protozero") (name "protozero")
(version "1.7.0") (version "1.7.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -219,7 +219,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 "0fdihfl5j68wayjjxvpvhvnjq1anzcfnfl09f68wpzbkg3zmhblz")))) (base32 "052cq5mdjjgcsgk612zkqi8k08p3ikl22r59dk6i6fq41dxldja7"))))
(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++")