gnu: r-rgl: Update to 1.2.1.

* gnu/packages/cran.scm (r-rgl): Update to 1.2.1.
[properties]: Tell updater to not remove glu and libx11.
This commit is contained in:
Ricardo Wurmus 2023-07-10 22:34:38 +02:00
parent 2680ec55ff
commit cca7d7ea4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16695,16 +16695,19 @@ (define-public r-biocmanager
(define-public r-rgl
(package
(name "r-rgl")
(version "1.1.3")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgl" version))
(sha256
(base32
"1blasg60x38z57ds6x7yb4rvjx21yf4s99q93sl1w9h6mg14d8jg"))
"16ybdly3cjm6ibvhfad7d5k6bxaxf33l5s1s766hy9kza8skyani"))
(snippet
'(delete-file "inst/htmlwidgets/lib/CanvasMatrix/CanvasMatrix.min.js"))))
;; For OpenGL and X11 support
(properties
'((updater-extra-inputs . ("glu" "libx11"))))
(build-system r-build-system)
(arguments
(list