me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.17.1.

* gnu/packages/cran.scm (r-insight): Update to 0.17.1.
master
Ricardo Wurmus 2022-05-28 08:30:22 +02:00
parent 45e709aba9
commit 054842979e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9816,14 +9816,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.17.0")
(version "0.17.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1rxcy8nyg3y50czm3y1x2pibivywcb1bjmvpyqlzg4yy2j84v69p"))))
"0dffrsimgijdqsgvr9cad4g4w97d5ssjl3l0fm5ssly9l115ag35"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))