guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/25: gnu: rust-arrow-4: Update to 4.4.0.


From: guix-commits
Subject: 03/25: gnu: rust-arrow-4: Update to 4.4.0.
Date: Tue, 27 Jul 2021 10:41:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 483e8068654157e18d32ba3ae54f028adc876ee3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 23 09:43:51 2021 +0200

    gnu: rust-arrow-4: Update to 4.4.0.
    
    * gnu/packages/crates-io.scm (rust-arrow-4): Update to 4.4.0.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a2514ed..31bc993 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2359,14 +2359,14 @@ ArrayVec and ArrayString.")
 (define-public rust-arrow-4
   (package
     (name "rust-arrow")
-    (version "4.2.0")
+    (version "4.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "arrow" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0qw6940mfqz2z6fq83sqkrx3kp4zwpadld0bv0lln3znq3hip0ck"))))
+        (base32 "141qb0yqk179n324qrhbv14ysz13mcfsw00d6m09882gx9637wzn"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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