gnu: r-rgl: Update to 0.100.26.
* gnu/packages/cran.scm (r-rgl): Update to 0.100.26.
This commit is contained in:
parent
65555b1d08
commit
ef93e90fae
|
@ -8929,14 +8929,14 @@ Bioconductor packages.")
|
||||||
(define-public r-rgl
|
(define-public r-rgl
|
||||||
(package
|
(package
|
||||||
(name "r-rgl")
|
(name "r-rgl")
|
||||||
(version "0.100.24")
|
(version "0.100.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rgl" version))
|
(uri (cran-uri "rgl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nm3iyvhhmh0zlywkfmrq3vyh8z1l296xxfmcky0ifd2qnysfcqj"))))
|
"0h77akviwjd86j2qyx326xynbmwhypd6ydprzlwqnidd4ckrr271"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue