gnu: r-rgl: Update to 0.108.3.2.
* gnu/packages/cran.scm (r-rgl): Update to 0.108.3.2.
This commit is contained in:
parent
b4ad23fd8d
commit
9f4b3bfec5
1 changed files with 2 additions and 2 deletions
|
@ -13370,14 +13370,14 @@ (define-public r-biocmanager
|
|||
(define-public r-rgl
|
||||
(package
|
||||
(name "r-rgl")
|
||||
(version "0.108.3")
|
||||
(version "0.108.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rgl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fqkx079z9y5b1gdg6qfz2wpw2j8q3ddflfkd9wwrkyacas6xyc9"))))
|
||||
"0r9wzhjzl346i37ngs6hqzmizhi53kzqz582lv822v6yxang6fh3"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config r-knitr))
|
||||
|
|
Loading…
Reference in a new issue