me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.16.0.

* gnu/packages/cran.scm (r-insight): Update to 0.16.0.
Ricardo Wurmus 2022-03-12 23:04:24 +01:00
parent 910e9b88a9
commit 0121716497
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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