guix-commits
[Top][All Lists]
Advanced

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

32/125: gnu: r-reticulate: Update to 1.20.


From: guix-commits
Subject: 32/125: gnu: r-reticulate: Update to 1.20.
Date: Tue, 4 May 2021 01:33:14 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 58327ba184099ced60b15053cdde7d048af415ba
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:07 2021 +0200

    gnu: r-reticulate: Update to 1.20.
    
    * gnu/packages/cran.scm (r-reticulate): Update to 1.20.
    [propagated-inputs]: Add r-png and r-withr.
---
 gnu/packages/cran.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7060b43..ef71c15 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7564,21 +7564,23 @@ obtain a better initial configuration in non-metric 
MDS.")
 (define-public r-reticulate
   (package
     (name "r-reticulate")
-    (version "1.18")
+    (version "1.20")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "reticulate" version))
        (sha256
         (base32
-         "04w5c9jfxakb4rr2qjynxgagb42khsja3y4dwgxywiplb1d8agxk"))))
+         "0ay8cb0d3lj702aw338lkc7sxj9j05izji3waww1z0lph16406bh"))))
     (build-system r-build-system)
     (inputs `(("python" ,python)))
     (propagated-inputs
      `(("r-rappdirs" ,r-rappdirs)
        ("r-jsonlite" ,r-jsonlite)
        ("r-matrix" ,r-matrix)
-       ("r-rcpp" ,r-rcpp)))
+       ("r-png" ,r-png)
+       ("r-rcpp" ,r-rcpp)
+       ("r-withr" ,r-withr)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/rstudio/reticulate";)



reply via email to

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