me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.11.1.

* gnu/packages/cran.scm (r-insight): Update to 0.11.1.
master
Ricardo Wurmus 2020-12-09 21:57:49 +01:00
parent 624d3887a5
commit 2ed2e1d58c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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