guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/20: gnu: protozero: Update to 1.7.1.


From: guix-commits
Subject: 14/20: gnu: protozero: Update to 1.7.1.
Date: Mon, 17 Jan 2022 03:16:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a3500a0a65228d16ca2a8489cf7c120af7808b6c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:02 2022 +0100

    gnu: protozero: Update to 1.7.1.
    
    * gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
---
 gnu/packages/protobuf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index b08c049717..3a74a4c613 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -210,7 +210,7 @@ code.")
 (define-public protozero
   (package
     (name "protozero")
-    (version "1.7.0")
+    (version "1.7.1")
     (source
      (origin
        (method git-fetch)
@@ -219,7 +219,7 @@ code.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fdihfl5j68wayjjxvpvhvnjq1anzcfnfl09f68wpzbkg3zmhblz"))))
+        (base32 "052cq5mdjjgcsgk612zkqi8k08p3ikl22r59dk6i6fq41dxldja7"))))
     (build-system cmake-build-system)
     (home-page "https://github.com/mapbox/protozero";)
     (synopsis "Minimalistic protocol buffer decoder and encoder in C++")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]