gnu: r-rgl: Update to 0.100.26.

* gnu/packages/cran.scm (r-rgl): Update to 0.100.26.
master
Ricardo Wurmus 2019-08-06 14:45:34 +02:00
parent 65555b1d08
commit ef93e90fae
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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