gnu: r-rgl: Update to 0.100.24.
* gnu/packages/cran.scm (r-rgl): Update to 0.100.24.master
parent
da4754a3b1
commit
9f84c9e843
|
@ -8725,14 +8725,14 @@ Bioconductor packages.")
|
||||||
(define-public r-rgl
|
(define-public r-rgl
|
||||||
(package
|
(package
|
||||||
(name "r-rgl")
|
(name "r-rgl")
|
||||||
(version "0.100.19")
|
(version "0.100.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rgl" version))
|
(uri (cran-uri "rgl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09bhvx8aq104yzysfgd7wlnq4vrvmnd4jzgj0c32whjfal10fqsh"))))
|
"0nm3iyvhhmh0zlywkfmrq3vyh8z1l296xxfmcky0ifd2qnysfcqj"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue