gnu: r-rgl: Update to 0.106.8.

* gnu/packages/cran.scm (r-rgl): Update to 0.106.8.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:11 +02:00
parent 75a461aa74
commit fbe71c6c90
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11447,14 +11447,14 @@ (define-public r-biocmanager
(define-public r-rgl (define-public r-rgl
(package (package
(name "r-rgl") (name "r-rgl")
(version "0.105.22") (version "0.106.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "rgl" version)) (uri (cran-uri "rgl" version))
(sha256 (sha256
(base32 (base32
"1y69phym8pkdh1k808y3rp1030xmhjpc8vig9035v9n1r7v7a1kz")))) "0m1zvbmw81za680zq7h4agxr88pi7h5hz812r45vzmgc7hlw4apw"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)