me
/
guix
Archived
1
0
Fork 0

gnu: r-rgl: Update to 0.100.50.

* gnu/packages/cran.scm (r-rgl): Update to 0.100.50.
master
Ricardo Wurmus 2020-02-22 13:52:03 +01:00
parent f069fba9df
commit 17c98b536c
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.47")
(version "0.100.50")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgl" version))
(sha256
(base32
"19jxf6hz3dsmya6wdgxc3qi5c1pcksizpp0grylpdidsry4ig4pl"))))
"165p932ml7dpjkm41zc47p5cdxar69il0m5yvg0avi8q01vr17ay"))))
(build-system r-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))