unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 46561@debbugs.gnu.org
Subject: [bug#46561] [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.
Date: Tue, 16 Feb 2021 08:25:24 -0500	[thread overview]
Message-ID: <CA+3U0Znt3NyfiW43_Fkbn1i=LR6yjNOXN7-8QkE_gF5Y5xwnRw@mail.gmail.com> (raw)
In-Reply-To: <handler.46561.B.161348173319314.ack@debbugs.gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 1433 bytes --]

From 4872890c0e3f74142651f3027f49e4073f5445ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sat, 13 Feb 2021 15:49:42 +0000
Subject: [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
---
 gnu/packages/rpc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index a0d979e3bb..8036998910 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,7 +208,7 @@ with the HTTP/2-based RPC framework gRPC.")
 (define-public apache-thrift
   (package
     (name "apache-thrift")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -217,7 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17ckl7p7s3ga33yrjisilsimp80ansqxl54wvpkv0j7vx2zvc13y"))))
+         "09s8j95vc18117ahyl34gbd0gdxijkf0krrd3mp47vl08lcvi4kc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
--
2.30.0

[-- Attachment #1.2: Type: text/html, Size: 2215 bytes --]

[-- Attachment #2: 0001-gnu-apache-thrift-Update-to-0.14.0.patch --]
[-- Type: application/octet-stream, Size: 1393 bytes --]

From 4872890c0e3f74142651f3027f49e4073f5445ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Sat, 13 Feb 2021 15:49:42 +0000
Subject: [PATCH 1/3] gnu: apache-thrift: Update to 0.14.0.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
---
 gnu/packages/rpc.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index a0d979e3bb..8036998910 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -207,7 +208,7 @@ with the HTTP/2-based RPC framework gRPC.")
 (define-public apache-thrift
   (package
     (name "apache-thrift")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
@@ -217,7 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17ckl7p7s3ga33yrjisilsimp80ansqxl54wvpkv0j7vx2zvc13y"))))
+         "09s8j95vc18117ahyl34gbd0gdxijkf0krrd3mp47vl08lcvi4kc"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f
-- 
2.30.0


  parent reply	other threads:[~2021-02-16 13:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 13:21 [bug#46561] [PATCH 0/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
     [not found] ` <handler.46561.B.161348173319314.ack@debbugs.gnu.org>
2021-02-16 13:25   ` Greg Hogan [this message]
2021-02-16 13:27   ` [bug#46561] [PATCH 2/3] gnu: apache-arrow: Sort inputs alphabetically Greg Hogan
2021-02-16 13:28   ` [bug#46561] [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0 Greg Hogan
2021-02-16 18:27     ` Greg Hogan
2021-02-16 18:39 ` bug#46561: [PATCH 0/3] " Leo Famulari

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='CA+3U0Znt3NyfiW43_Fkbn1i=LR6yjNOXN7-8QkE_gF5Y5xwnRw@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=46561@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).