guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: grpc: Update to 1.34.0.


From: guix-commits
Subject: branch master updated: gnu: grpc: Update to 1.34.0.
Date: Wed, 30 Dec 2020 17:10:01 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dd31176  gnu: grpc: Update to 1.34.0.
dd31176 is described below

commit dd31176b969d59784c92c94c56a23af1d6278baa
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Dec 29 13:16:55 2020 +0100

    gnu: grpc: Update to 1.34.0.
    
    * gnu/packages/rpc.scm (grpc): Update to 1.34.0.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 cffa703..a0d979e 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



reply via email to

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