mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
gnu: r-reticulate: Update to 1.38.0.
* gnu/packages/cran.scm (r-reticulate): Update to 1.38.0. Change-Id: I6cb3abd21c58f1d6430471f251052738d6ca1d47
This commit is contained in:
parent
371dcddba5
commit
9063b84d5d
1 changed files with 2 additions and 2 deletions
|
@ -14383,14 +14383,14 @@ (define-public r-here
|
|||
(define-public r-reticulate
|
||||
(package
|
||||
(name "r-reticulate")
|
||||
(version "1.36.1")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reticulate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c6x6fm8pqw4dj5x2xn12l01piaday0fv588hx903mw3lks3fzbw"))))
|
||||
"13favs31kzzff7ii0fxsdwvwb3iijasn2mg57ghcv8si4cz32byb"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue