me
/
guix
Archived
1
0
Fork 0

gnu: r-rstudioapi: Update to 0.16.0.

* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.16.0.

Change-Id: I587b1c0a7ba302ba158cc8c40d1bf3477a106d8a
master
Ricardo Wurmus 2024-03-27 12:35:59 +01:00
parent da071b8682
commit 656baadf83
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2981,13 +2981,13 @@ pure C implementation of the Git core methods.")
(define-public r-rstudioapi
(package
(name "r-rstudioapi")
(version "0.15.0")
(version "0.16.0")
(source (origin
(method url-fetch)
(uri (cran-uri "rstudioapi" version))
(sha256
(base32
"1kvc870gx02cpb800zjvdrhfhyfpzgkydgw2g7kxdlrpr8fwhnwk"))))
"1rjgxn7p15a69vfkhwrxywag6w9k4ccnklpvhr1sb1wy35ksizvl"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))