lfam pushed a commit to branch master
in repository guix.

commit bd32f85bfa502d92bf9370986b2ebfa8d75d74ed
Author: Greg Hogan <[email protected]>
AuthorDate: Sat Feb 13 15:49:42 2021 +0000

    gnu: apache-thrift: Update to 0.14.0.
    
    * gnu/packages/rpc.scm (apache-thrift): Update to 0.14.0.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 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 a0d979e..8036998 100644
--- a/gnu/packages/rpc.scm
+++ b/gnu/packages/rpc.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2020 Efraim Flashner <[email protected]>
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Brett Gilio <[email protected]>
+;;; Copyright © 2021 Greg Hogan <[email protected]>
 ;;;
 ;;; 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

Reply via email to