mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-v8: Update to 5.0.0.
* gnu/packages/cran.scm (r-v8): Update to 5.0.0. Change-Id: I113b88359e339b37052cb207c7af655056c23f55
This commit is contained in:
parent
256b20289e
commit
30179545fa
1 changed files with 2 additions and 2 deletions
|
@ -2302,14 +2302,14 @@ (define-public r-bwstest
|
|||
(define-public r-v8
|
||||
(package
|
||||
(name "r-v8")
|
||||
(version "4.4.2")
|
||||
(version "5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "V8" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w4n794l4f7hwwjr83112zf3cjx72q6ak0fn45qm6pqg8brkbg77"))))
|
||||
"06mjjrwg9bgyfxn4gcj3bf4xc9ijx08xf8dfd8g6w0bkz5cvg3v6"))))
|
||||
(properties
|
||||
`((upstream-name . "V8")
|
||||
(updater-extra-inputs . ("libnode"))))
|
||||
|
|
Loading…
Reference in a new issue