mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-reticulate: Update to 1.36.1.
* gnu/packages/cran.scm (r-reticulate): Update to 1.36.1. Change-Id: I7119ca05b8411209c617be318806b3ff4bc3b530
This commit is contained in:
parent
297e88edff
commit
8f8cee9ed9
1 changed files with 2 additions and 2 deletions
|
@ -13728,14 +13728,14 @@ (define-public r-here
|
|||
(define-public r-reticulate
|
||||
(package
|
||||
(name "r-reticulate")
|
||||
(version "1.36.0")
|
||||
(version "1.36.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "reticulate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bxxdcinpw76pwnx3a3hcqhq7gjvs4sxcza464vz333xq9s2337l"))))
|
||||
"0c6x6fm8pqw4dj5x2xn12l01piaday0fv588hx903mw3lks3fzbw"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue