unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: 路辉 <luhux76@gmail.com>
To: 63216@debbugs.gnu.org
Subject: [bug#63216] [PATCH 1/2] gnu: grpc: Add grpc-1.54.0.
Date: Tue, 2 May 2023 00:27:18 +0000	[thread overview]
Message-ID: <CAGNyvejL0zFczGxy-Hb-spZxj5TmaYed-cUx8sT8g3=dx5jTfg@mail.gmail.com> (raw)

From 9714c22de0359b0e062f85bf714887cb3534e4eb Mon Sep 17 00:00:00 2001
From: Lu Hui <luhux76@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@greghogan.com>
 ;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76@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




                 reply	other threads:[~2023-05-02  0:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGNyvejL0zFczGxy-Hb-spZxj5TmaYed-cUx8sT8g3=dx5jTfg@mail.gmail.com' \
    --to=luhux76@gmail.com \
    --cc=63216@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).