gnu: r-v8: Update to 3.3.1.

* gnu/packages/cran.scm (r-v8): Update to 3.3.1.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:40:29 +01:00
parent d249a5763d
commit a49769c632
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -147,14 +147,14 @@ (define-public r-bezier
(define-public r-v8
(package
(name "r-v8")
(version "3.2.0")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
"0z0dwa538lkggawiwrlplz698xznzlgv9fwhdslm7g7gdxyf0xgm"))))
"1d2j9p1fsz9hp8n8lrywyrkwivhfa3qx5ha5f24vin8b6l04xy67"))))
(properties `((upstream-name . "V8")))
(build-system r-build-system)
(arguments