all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 51634@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#51634] [PATCH 2/3] gnu: protozero: Update to 1.7.0.
Date: Sat,  6 Nov 2021 13:54:11 +0000	[thread overview]
Message-ID: <20211106135411.183393-1-felgru@posteo.net> (raw)
In-Reply-To: <20211106135159.182426-1-felgru@posteo.net>

* gnu/packages/protobuf.scm (protozero): Update to 1.7.0.
---
 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 322ce61b13..27f4f83f83 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;;
 ;;; 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++")
-- 
2.30.2





  parent reply	other threads:[~2021-11-06 13:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 13:51 [bug#51634] [PATCH 0/3] Update osm2pgsql to 1.5.1 Felix Gruber
2021-11-06 13:53 ` [bug#51634] [PATCH 1/3] gnu: libosmium: Update to 2.17.1 Felix Gruber
2021-11-06 13:54 ` Felix Gruber [this message]
2021-11-06 13:54 ` [bug#51634] [PATCH 3/3] gnu: osm2pgsql: Update to 1.5.1 Felix Gruber
2021-11-07  9:05 ` bug#51634: [PATCH 0/3] Update osm2pgsql " Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211106135411.183393-1-felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=51634@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.