guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]