mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-v8: Update to 4.3.1.
* gnu/packages/cran.scm (r-v8): Update to 4.3.1. [properties]: Let updater ignore libnode.
This commit is contained in:
parent
08649cfcd4
commit
eb55223e28
1 changed files with 5 additions and 3 deletions
|
@ -1419,15 +1419,17 @@ (define-public r-bwstest
|
|||
(define-public r-v8
|
||||
(package
|
||||
(name "r-v8")
|
||||
(version "4.3.0")
|
||||
(version "4.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "V8" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l70vdqcagp9cdyxa231gk33z5blsg96j0l28zbaklnhmr7mqfby"))))
|
||||
(properties `((upstream-name . "V8")))
|
||||
"13l534zxw0j21mr2fzmmvf62wp411dd14kskyqf402bybbmcin86"))))
|
||||
(properties
|
||||
`((upstream-name . "V8")
|
||||
(updater-ignored-inputs . ("libnode"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue