gnu: apache-thrift: Update to 0.14.2.

* gnu/packages/rpc.scm (apache-thrift): Update to 0.14.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-24 23:40:17 +02:00
parent c838235160
commit 88beddccea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

@ -209,7 +209,7 @@ with the HTTP/2-based RPC framework gRPC.")
(define-public apache-thrift
(package
(name "apache-thrift")
(version "0.14.1")
(version "0.14.2")
(source
(origin
(method git-fetch)
@ -218,7 +218,7 @@ with the HTTP/2-based RPC framework gRPC.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1mj3c5jhjbg2sfkx9k9jqg88h1c5rswr9b606s02ny9ydf3akcny"))))
(base32 "0wmnb3h0xq8qc5a9g9lliszh6qg254f5856h72viab46bizmdd4a"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f