1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-12 20:25:53 +02:00

gnu: r-rstudioapi: Update to 0.17.1.

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

Change-Id: I16238473923ee6872699c44fd054101ecb816553
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:08 +01:00
parent ac69d7c048
commit 9aff67a620
+2 -2
View File
@@ -3125,13 +3125,13 @@ pure C implementation of the Git core methods.")
(define-public r-rstudioapi
(package
(name "r-rstudioapi")
(version "0.16.0")
(version "0.17.1")
(source (origin
(method url-fetch)
(uri (cran-uri "rstudioapi" version))
(sha256
(base32
"1rjgxn7p15a69vfkhwrxywag6w9k4ccnklpvhr1sb1wy35ksizvl"))))
"029rbfdw9b57mcnx8yblgrwd79v47ky068mr3w9p61lnr21zjzk1"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))