[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: apache-thrift: Update to 0.14.1.
From: |
guix-commits |
Subject: |
06/08: gnu: apache-thrift: Update to 0.14.1. |
Date: |
Fri, 12 Mar 2021 19:23:25 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 347cc54200680b16d4d8e38abcedf4a3886c4061
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 13 00:54:02 2021 +0100
gnu: apache-thrift: Update to 0.14.1.
* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.1.
---
gnu/packages/rpc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm
index 8036998..4a27987 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -208,7 +209,7 @@ with the HTTP/2-based RPC framework gRPC.")
(define-public apache-thrift
(package
(name "apache-thrift")
- (version "0.14.0")
+ (version "0.14.1")
(source
(origin
(method git-fetch)
@@ -217,8 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "09s8j95vc18117ahyl34gbd0gdxijkf0krrd3mp47vl08lcvi4kc"))))
+ (base32 "1mj3c5jhjbg2sfkx9k9jqg88h1c5rswr9b606s02ny9ydf3akcny"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f
- branch master updated (bd0808f -> cad4aa6), guix-commits, 2021/03/12
- 01/08: gnu: photoflare: Update to 1.6.7., guix-commits, 2021/03/12
- 02/08: gnu: libfreenect: Update to 0.6.2., guix-commits, 2021/03/12
- 03/08: gnu: micropython: Update to 1.14., guix-commits, 2021/03/12
- 08/08: gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341., guix-commits, 2021/03/12
- 04/08: gnu: eid-mw: Update to 5.0.14., guix-commits, 2021/03/12
- 05/08: gnu: wireguard-tools: Update to 1.0.20210223., guix-commits, 2021/03/12
- 06/08: gnu: apache-thrift: Update to 0.14.1.,
guix-commits <=
- 07/08: gnu: nginx: Update to 1.19.8., guix-commits, 2021/03/12