3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Vincent Legoll 2020-12-29 13:16:55 +01:00 committed by Leo Famulari
parent 407298028d
commit dd31176b96
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -45,7 +45,7 @@
(define-public grpc (define-public grpc
(package (package
(name "grpc") (name "grpc")
(version "1.33.2") (version "1.34.0")
(outputs '("out" "static")) (outputs '("out" "static"))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -55,7 +55,7 @@
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09xd9pkyp10gh051kf8kwxn4myw42zv8kngr9z8wpm6mjy0j4ylw")))) "1fs407hnlnm0b8sncjwys9rc7ia5nb7wxrpx39nq3pzzfs1lv3vq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target