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 @@ (define-public r-here
(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