me
/
guix
Archived
1
0
Fork 0

gnu: r-v8: Update to 4.2.0.

* gnu/packages/cran.scm (r-v8): Update to 4.2.0.
master
Ricardo Wurmus 2022-05-28 08:30:09 +02:00
parent d4e4cf21b8
commit a075d93dfc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -655,14 +655,14 @@ similar rank-based tests for equal probability distributions due to Neuhauser
(define-public r-v8
(package
(name "r-v8")
(version "4.1.0")
(version "4.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
"15ylzcxlhkba99cccw5rvhwhg9i4zcax2fhmr03w8g4fdhbd3n89"))))
"0hs7ajjw6y3q7mp7z00a9712y4cn6wgcnk5dbjbzlc6cfk4zsqkc"))))
(properties `((upstream-name . "V8")))
(build-system r-build-system)
(arguments