gnu: r-rgl: Update to 0.100.30.

* gnu/packages/cran.scm (r-rgl): Update to 0.100.30.
master
Ricardo Wurmus 2019-09-02 14:33:15 +02:00
parent 0eb284350e
commit 4f1c668d31
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8930,14 +8930,14 @@ Bioconductor packages.")
(define-public r-rgl (define-public r-rgl
(package (package
(name "r-rgl") (name "r-rgl")
(version "0.100.26") (version "0.100.30")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rgl" version)) (uri (cran-uri "rgl" version))
(sha256 (sha256
(base32 (base32
"0h77akviwjd86j2qyx326xynbmwhypd6ydprzlwqnidd4ckrr271")))) "0rzqzskcwf2ah4yr62x5rjwf7yh90d43h39gk7jmfc5lc08zaxc5"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))