me
/
guix
Archived
1
0
Fork 0

gnu: r-insight: Update to 0.9.1.

* gnu/packages/cran.scm (r-insight): Update to 0.9.1.
master
Ricardo Wurmus 2020-08-30 23:28:27 +02:00
parent 6a689ca417
commit 9eb89f8fcb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6936,14 +6936,14 @@ other add-on packages.")
(define-public r-insight
(package
(name "r-insight")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "insight" version))
(sha256
(base32
"1ajc8c5mi3ma5411lmlqp2ihkk5n0h8a1c0r3j07wk33p31c1qvl"))))
"0d6yzg5s0mz07bzxwfc77rpv4l20jpzrnhviqgkp02qw6a4nrwa6"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))