gnu: r-v8: Update to 3.4.0.

* gnu/packages/cran.scm (r-v8): Update to 3.4.0.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:56:07 +01:00
parent 3e337d9bb7
commit d856813829
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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