guix-commits
[Top][All Lists]
Advanced

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

30/114: gnu: r-reticulate: Update to 1.22.


From: guix-commits
Subject: 30/114: gnu: r-reticulate: Update to 1.22.
Date: Wed, 29 Sep 2021 13:22:07 -0400 (EDT)

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

commit d26dab2afade958693b7b7de3842d2a0f9813c1c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:18 2021 +0200

    gnu: r-reticulate: Update to 1.22.
    
    * gnu/packages/cran.scm (r-reticulate): Update to 1.22.
    [propagated-inputs]: Add r-here.
---
 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 788deed..855b29d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8074,21 +8074,22 @@ always locate the files relative to your project root.")
 (define-public r-reticulate
   (package
     (name "r-reticulate")
-    (version "1.20")
+    (version "1.22")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reticulate" version))
        (sha256
         (base32
-         "0ay8cb0d3lj702aw338lkc7sxj9j05izji3waww1z0lph16406bh"))))
+         "0v7m2pv94lfqiw8rhz3c9g66vvz4qvih4vd29rhfk2phmcwpnvmh"))))
     (build-system r-build-system)
     (inputs `(("python" ,python)))
     (propagated-inputs
-     `(("r-rappdirs" ,r-rappdirs)
+     `(("r-here" ,r-here)
        ("r-jsonlite" ,r-jsonlite)
        ("r-matrix" ,r-matrix)
        ("r-png" ,r-png)
+       ("r-rappdirs" ,r-rappdirs)
        ("r-rcpp" ,r-rcpp)
        ("r-withr" ,r-withr)))
     (native-inputs



reply via email to

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