glv pushed a commit to branch master
in repository guix.
commit 53bbbfb77c699fbaa0678f6274737a62f1d91243
Author: Felix Gruber <[email protected]>
AuthorDate: Sat Nov 6 13:54:11 2021 +0000
gnu: protozero: Update to 1.7.0.
* gnu/packages/protobuf.scm (protozero): Update to 1.7.0.
Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
gnu/packages/protobuf.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 322ce61..27f4f83 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2020, 2021 Maxim Cournoyer <[email protected]>
;;; Copyright © 2020 Vinicius Monego <[email protected]>
;;; Copyright © 2020 Brett Gilio <[email protected]>
+;;; Copyright © 2021 Felix Gruber <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -209,7 +210,7 @@ code.")
(define-public protozero
(package
(name "protozero")
- (version "1.6.8")
+ (version "1.7.0")
(source
(origin
(method git-fetch)
@@ -218,7 +219,7 @@ code.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hfijpfylf1c71wa3mk70gjc88b6k1q7cxb87cwqdflw5q2x8ma6"))))
+ (base32 "0fdihfl5j68wayjjxvpvhvnjq1anzcfnfl09f68wpzbkg3zmhblz"))))
(build-system cmake-build-system)
(home-page "https://github.com/mapbox/protozero")
(synopsis "Minimalistic protocol buffer decoder and encoder in C++")