mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-v8: Update to 4.3.0.
* gnu/packages/cran.scm (r-v8): Update to 4.3.0.
This commit is contained in:
parent
0ef30039bb
commit
aa24b1c17c
1 changed files with 2 additions and 2 deletions
|
@ -1409,14 +1409,14 @@ (define-public r-bwstest
|
|||
(define-public r-v8
|
||||
(package
|
||||
(name "r-v8")
|
||||
(version "4.2.2")
|
||||
(version "4.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "V8" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0friwpw3cbg40hfsqnlp8g3a6l4zhfag6lh005ya6dw634kkarah"))))
|
||||
"1l70vdqcagp9cdyxa231gk33z5blsg96j0l28zbaklnhmr7mqfby"))))
|
||||
(properties `((upstream-name . "V8")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue