me
/
guix
Archived
1
0
Fork 0

gnu: r-rgl: Update to 0.100.47.

* gnu/packages/cran.scm (r-rgl): Update to 0.100.47.
master
Ricardo Wurmus 2020-02-19 21:13:20 +01:00
parent 969c933fb9
commit 0227947fbf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9310,14 +9310,14 @@ Bioconductor packages.")
(define-public r-rgl
(package
(name "r-rgl")
(version "0.100.30")
(version "0.100.47")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgl" version))
(sha256
(base32
"0rzqzskcwf2ah4yr62x5rjwf7yh90d43h39gk7jmfc5lc08zaxc5"))))
"19jxf6hz3dsmya6wdgxc3qi5c1pcksizpp0grylpdidsry4ig4pl"))))
(build-system r-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))