me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.13.2.

* gnu/packages/cran.scm (r-insight): Update to 0.13.2.
master
Ricardo Wurmus 2021-04-08 02:25:52 +02:00
parent d54765907c
commit 60f6aa20e9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -8171,14 +8171,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.13.1")
(version "0.13.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1la4yxzfl9fnknamnaziil6gvpdzl78z16lfzis9jgzg8r9q0y5l"))))
"03b7kd17h25mi1si40ibcp3jpasyqpj51mr8js0ywywyfw7909j1"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))