GNU bug report logs - #63216
[PATCH 1/2] gnu: grpc: Add grpc-1.54.0.

Previous Next

Package: guix-patches;

Reported by: 路辉 <luhux76 <at> gmail.com>

Date: Tue, 2 May 2023 00:28:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 63216 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63216; Package guix-patches. (Tue, 02 May 2023 00:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 路辉 <luhux76 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 May 2023 00:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 路辉 <luhux76 <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH 1/2] gnu: grpc: Add grpc-1.54.0.
Date: Tue, 2 May 2023 00:27:18 +0000
From 9714c22de0359b0e062f85bf714887cb3534e4eb Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76 <at> gmail.com>
Date: Tue, 2 May 2023 08:20:49 +0800
Subject: [PATCH 1/2] gnu: grpc: Add grpc-1.54.0.

* gnu/packages/rpc.scm (grpc-1.54.0): New variable.
---
 gnu/packages/rpc.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index a88c79f8b9..6dd2e29aed 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -142,6 +143,22 @@ (define-public grpc-for-python-grpcio
     (inputs
      (list abseil-cpp-20211102.0 c-ares/cmake openssl re2 zlib))))

+(define-public grpc-1.54.0
+  (package
+    (inherit grpc)
+    (name "grpc")
+    (version "1.54.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/grpc/grpc")
+                    (commit (string-append "v" version))
+                    (recursive? #true)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1z627932z9p46yirnaaakshaz9z0szb9qbbp0br65iw5ijnznlar"))))))
+
 ;; Some packages require this older version.
 (define-public grpc-1.16.1
   (package
-- 
2.39.2




This bug report was last modified 353 days ago.

Previous Next


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