me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.14.2.

* gnu/packages/cran.scm (r-insight): Update to 0.14.2.
master
Ricardo Wurmus 2021-07-10 13:26:15 +02:00
parent 350355e977
commit 666795c501
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8678,14 +8678,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.14.1")
(version "0.14.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"0af15kqz4kiyi5p4qi748hvdw462vdwigzyykh1k7vj6gacn2xqf"))))
"0dy7m6fb9ciyskxjirk6k4blfj9k3n4zfyx677xm3cmscp61g8gp"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))