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:
Ricardo Wurmus 2024-08-16 18:32:37 +02:00
parent 256b20289e
commit 30179545fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2302,14 +2302,14 @@ similar rank-based tests for equal probability distributions due to Neuhauser
(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"))))