me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.14.1.

* gnu/packages/cran.scm (r-insight): Update to 0.14.1.
master
Ricardo Wurmus 2021-06-02 17:23:02 +02:00
parent 6c5543d1d7
commit 8b459409a9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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