unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45532] [PATCH] gnu: grpc: Update to 1.34.0.
@ 2020-12-29 12:16 Vincent Legoll
  2020-12-30 22:11 ` bug#45532: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-29 12:16 UTC (permalink / raw)
  To: 45532; +Cc: Vincent Legoll

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45532: [PATCH] gnu: grpc: Update to 1.34.0.
  2020-12-29 12:16 [bug#45532] [PATCH] gnu: grpc: Update to 1.34.0 Vincent Legoll
@ 2020-12-30 22:11 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-30 22:11 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45532-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-30 22:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 12:16 [bug#45532] [PATCH] gnu: grpc: Update to 1.34.0 Vincent Legoll
2020-12-30 22:11 ` bug#45532: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).