gnu: apache-thrift: Update to 0.14.1.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-13 00:54:02 +01:00
parent fab02edde0
commit 347cc54200
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

@ -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