[PATCH] gnu: grpc: Update to 1.34.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201229121656.15544-1-vincent.legoll@gmail.com
* gnu/packages/rpc.scm (grpc): Update to 1.34.0.
---
gnu/packages/rpc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45532-done@debbugs.gnu.org)
X+z7IW6YCp7PjFQV@jasmine.lan
On Tue, Dec 29, 2020 at 01:16:55PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/rpc.scm (grpc): Update to 1.34.0.

Thanks! Pushed as dd31176b969d59784c92c94c56a23af1d6278baa
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45532@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45532
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help