me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.17.0.

* gnu/packages/cran.scm (r-insight): Update to 0.17.0.
master
Ricardo Wurmus 2022-04-11 18:01:10 +02:00
parent 5bf05abb35
commit 5db7d12c5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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