GNU bug report logs - #45532
[PATCH] gnu: grpc: Update to 1.34.0.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Tue, 29 Dec 2020 12:18:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#45532: closed ([PATCH] gnu: grpc: Update to 1.34.0.)
Date: Wed, 30 Dec 2020 22:12:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Dec 2020 17:11:45 -0500
with message-id <X+z7IW6YCp7PjFQV <at> jasmine.lan>
and subject line Re: [bug#45532] [PATCH] gnu: grpc: Update to 1.34.0.
has caused the debbugs.gnu.org bug report #45532,
regarding [PATCH] gnu: grpc: Update to 1.34.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
45532: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45532
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: grpc: Update to 1.34.0.
Date: Tue, 29 Dec 2020 13:16:55 +0100
* gnu/packages/rpc.scm (grpc): Update to 1.34.0.
---
 gnu/packages/rpc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index cffa703fe0..a0d979e3bb 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -45,7 +45,7 @@
 (define-public grpc
   (package
     (name "grpc")
-    (version "1.33.2")
+    (version "1.34.0")
     (outputs '("out" "static"))
     (source (origin
               (method git-fetch)
@@ -55,7 +55,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09xd9pkyp10gh051kf8kwxn4myw42zv8kngr9z8wpm6mjy0j4ylw"))))
+                "1fs407hnlnm0b8sncjwys9rc7ia5nb7wxrpx39nq3pzzfs1lv3vq"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no test target
-- 
2.29.2



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45532-done <at> debbugs.gnu.org
Subject: Re: [bug#45532] [PATCH] gnu: grpc: Update to 1.34.0.
Date: Wed, 30 Dec 2020 17:11:45 -0500
On Tue, Dec 29, 2020 at 01:16:55PM +0100, Vincent Legoll wrote:
> * gnu/packages/rpc.scm (grpc): Update to 1.34.0.

Thanks! Pushed as dd31176b969d59784c92c94c56a23af1d6278baa


This bug report was last modified 4 years and 140 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.