gnu: r-rgl: Update to 1.3.1.
* gnu/packages/cran.scm (r-rgl): Update to 1.3.1. [inputs]: Remove pandoc. Change-Id: I71d6afc246dc4df92592b60d1ece742a61075dbc
This commit is contained in:
parent
c72d8feb1f
commit
ddaf7e8a3e
1 changed files with 4 additions and 4 deletions
|
@ -18529,14 +18529,14 @@ Bioconductor packages.")
|
||||||
(define-public r-rgl
|
(define-public r-rgl
|
||||||
(package
|
(package
|
||||||
(name "r-rgl")
|
(name "r-rgl")
|
||||||
(version "1.2.8")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rgl" version))
|
(uri (cran-uri "rgl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x0p2yldg2mjf64xd5dd0bidzgy7b39w7zn18ghan2rdf0wffdg5"))
|
"0jbda1b4lrkcpdld369687pm7isy69l5sx1wg2yrpvvzvmcppslz"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.min.js"))))
|
'(delete-file "inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.min.js"))))
|
||||||
;; For OpenGL and X11 support
|
;; For OpenGL and X11 support
|
||||||
|
@ -18561,10 +18561,10 @@ Bioconductor packages.")
|
||||||
r-rmarkdown)) ;for vignettes
|
r-rmarkdown)) ;for vignettes
|
||||||
(inputs
|
(inputs
|
||||||
(list freetype
|
(list freetype
|
||||||
libpng
|
|
||||||
glu
|
glu
|
||||||
|
libpng
|
||||||
libx11
|
libx11
|
||||||
pandoc
|
zlib
|
||||||
zlib))
|
zlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-base64enc
|
(list r-base64enc
|
||||||
|
|
Reference in a new issue