guix-commits
[Top][All Lists]
Advanced

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

02/115: gnu: r-arrow: Update to 6.0.1.


From: guix-commits
Subject: 02/115: gnu: r-arrow: Update to 6.0.1.
Date: Tue, 23 Nov 2021 10:26:31 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 4c957cf48da5dc65ed208ea16d1514c4ff748284
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 11:31:54 2021 +0100

    gnu: r-arrow: Update to 6.0.1.
    
    * gnu/packages/cran.scm (r-arrow): Update to 6.0.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0d87285..368ef82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18529,14 +18529,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "5.0.0.2")
+    (version "6.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "1ajkcmasj22j5k15ms7iyd1rg9qpdj5jya6nmhzh8z4iiv7gy13j"))))
+         "14fghz9xijcrck0c65crvfidgyhgzy9b2apwmg7qrgn2sy09xm0p"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs



reply via email to

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