3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-insight: Update to 0.10.0.

* gnu/packages/cran.scm (r-insight): Update to 0.10.0.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:41:54 +01:00
parent d97f947094
commit 10849c6b22
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7177,14 +7177,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.9.6")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"15mws316qfbq3nn6gb7s0m0a6jk2zi056g43yqiw4gp2ar92wd0h"))))
"1r4val3hvc43zailfmq6wcbg366s0bi0ysib476a49k1x6h8b6ji"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))