1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 04:04:07 +02:00

gnu: r-devtools: Update to 2.5.2.

* gnu/packages/cran.scm (r-devtools): Update to 2.5.2.

Change-Id: I5855febaccbd87f89e74da7be85251c8946c4709
This commit is contained in:
Ricardo Wurmus
2026-05-02 23:11:33 +02:00
parent 343c478e1b
commit cceefdfb9a
+2 -2
View File
@@ -3165,13 +3165,13 @@ functions borrowed from contributed R packages as well.")
(define-public r-devtools
(package
(name "r-devtools")
(version "2.5.1")
(version "2.5.2")
(source (origin
(method url-fetch)
(uri (cran-uri "devtools" version))
(sha256
(base32
"1apr211igjd56dnhbxs2c50giaj8m1k1r0fwy3prffr8clryw0yc"))))
"18hp4gsczmksgi8zbd3nbfcf4s2nnjdvmpwfh62223kza9yxsxzn"))))
(build-system r-build-system)
(arguments
(list