Archived
1
0
Fork 0

gnu: r-reticulate: Update to 1.22.

* gnu/packages/cran.scm (r-reticulate): Update to 1.22.
[propagated-inputs]: Add r-here.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:18 +02:00
parent 49e109eedf
commit eb49529221
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8074,21 +8074,22 @@ always locate the files relative to your project root.")
(define-public r-reticulate (define-public r-reticulate
(package (package
(name "r-reticulate") (name "r-reticulate")
(version "1.20") (version "1.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "reticulate" version)) (uri (cran-uri "reticulate" version))
(sha256 (sha256
(base32 (base32
"0ay8cb0d3lj702aw338lkc7sxj9j05izji3waww1z0lph16406bh")))) "0v7m2pv94lfqiw8rhz3c9g66vvz4qvih4vd29rhfk2phmcwpnvmh"))))
(build-system r-build-system) (build-system r-build-system)
(inputs `(("python" ,python))) (inputs `(("python" ,python)))
(propagated-inputs (propagated-inputs
`(("r-rappdirs" ,r-rappdirs) `(("r-here" ,r-here)
("r-jsonlite" ,r-jsonlite) ("r-jsonlite" ,r-jsonlite)
("r-matrix" ,r-matrix) ("r-matrix" ,r-matrix)
("r-png" ,r-png) ("r-png" ,r-png)
("r-rappdirs" ,r-rappdirs)
("r-rcpp" ,r-rcpp) ("r-rcpp" ,r-rcpp)
("r-withr" ,r-withr))) ("r-withr" ,r-withr)))
(native-inputs (native-inputs