3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-insight: Update to 0.15.0.

* gnu/packages/cran.scm (r-insight): Update to 0.15.0.
This commit is contained in:
Ricardo Wurmus 2022-01-23 13:33:32 +01:00
parent 4dbc30c3d0
commit 4d5e077cd0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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