guix-commits
[Top][All Lists]
Advanced

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

45/80: gnu: r-arrow: Update to 10.0.1.


From: guix-commits
Subject: 45/80: gnu: r-arrow: Update to 10.0.1.
Date: Mon, 19 Dec 2022 12:32:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fb22cc0655990dfb3715d4e09726aff6b7658e5f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:25 2022 +0100

    gnu: r-arrow: Update to 10.0.1.
    
    * gnu/packages/cran.scm (r-arrow): Update to 10.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 a30ecf344a..59545e0849 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21323,14 +21323,14 @@ colored by the number of neighboring points.  This is 
useful to visualize the
 (define-public r-arrow
   (package
     (name "r-arrow")
-    (version "10.0.0")
+    (version "10.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "arrow" version))
        (sha256
         (base32
-         "04qsj68zsqcwkv1ryp4l0is474siyi1b64dy41fr74ryj7mbamg8"))))
+         "0dwdi9sq7wv34ia6kg446pqf5za75hl6zrb2ly51p2zdr4g69p0y"))))
     (properties `((upstream-name . "arrow")))
     (build-system r-build-system)
     (inputs



reply via email to

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