GNU bug report logs -
#46561
[PATCH 0/3] gnu: apache-arrow: Update to 3.0.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 16 Feb 2021 13:23:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 46561 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
From 4872890c0e3f74142651f3027f49e4073f5445ab Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> 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 <at> flashner.co.il>
;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
;;; Copyright © 2020 Brett Gilio <brettg <at> gnu.org>
+;;; Copyright © 2021 Greg Hogan <code <at> 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
[Message part 2 (text/html, inline)]
[0001-gnu-apache-thrift-Update-to-0.14.0.patch (application/octet-stream, attachment)]
This bug report was last modified 4 years and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.