gnu: r-devtools: Update to 2.2.2.

* gnu/packages/statistics.scm (r-devtools): Update to 2.2.2.
This commit is contained in:
Ricardo Wurmus 2020-02-19 20:57:56 +01:00
parent f5afee1050
commit 2d4c4651c5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2393,13 +2393,13 @@ informative error messages when it's not available.")
(define-public r-devtools (define-public r-devtools
(package (package
(name "r-devtools") (name "r-devtools")
(version "2.2.1") (version "2.2.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "devtools" version)) (uri (cran-uri "devtools" version))
(sha256 (sha256
(base32 (base32
"0i2f549hxkn0j1x1avkhwy68c9r48v9284j7x9cak2q6dfsqz61f")))) "1bhb2j8ilpdzwd0c678mcgfpdw88vncsjma79afcikxmzcsz9279"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-callr" ,r-callr) `(("r-callr" ,r-callr)