gnu: r-rgl: Update to 0.100.24.

* gnu/packages/cran.scm (r-rgl): Update to 0.100.24.
master
Ricardo Wurmus 2019-06-29 01:25:51 +02:00
parent da4754a3b1
commit 9f84c9e843
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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