me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.8.3.

* gnu/packages/cran.scm (r-insight): Update to 0.8.3.
master
Ricardo Wurmus 2020-04-27 17:27:50 +02:00
parent f1f77bb64e
commit 35f84a7f27
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6575,14 +6575,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0fjf7dwpv1a7qfbzixppg348z1ksq19kdjm08vcb2am7w0k3plcj"))))
"0lm5a4r368mq1pwmxjk2xnz25lb9j4v7mdkl1bahk2alklxgb8yj"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))