me
/
guix
Archived
1
0
Fork 0

gnu: r-v8: Update to 3.2.0.

* gnu/packages/cran.scm (r-v8): Update to 3.2.0.
master
Ricardo Wurmus 2020-06-22 12:12:28 +02:00
parent ebcebc59ab
commit cac8cfbc46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -107,14 +107,14 @@ degree elevation and curve fitting.")
(define-public r-v8
(package
(name "r-v8")
(version "3.1.0")
(version "3.2.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
"0xdljralgwyivdhx2a7kqf3yv4ijl4rdrz2p7p59lj2x5d2qyanf"))))
"0z0dwa538lkggawiwrlplz698xznzlgv9fwhdslm7g7gdxyf0xgm"))))
(properties `((upstream-name . "V8")))
(build-system r-build-system)
(arguments