mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
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
|
(define-public r-rgl
|
||||||
(package
|
(package
|
||||||
(name "r-rgl")
|
(name "r-rgl")
|
||||||
(version "0.108.3")
|
(version "0.108.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rgl" version))
|
(uri (cran-uri "rgl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fqkx079z9y5b1gdg6qfz2wpw2j8q3ddflfkd9wwrkyacas6xyc9"))))
|
"0r9wzhjzl346i37ngs6hqzmizhi53kzqz582lv822v6yxang6fh3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config r-knitr))
|
(list pkg-config r-knitr))
|
||||||
|
|
Loading…
Reference in a new issue