me
/
guix
Archived
1
0
Fork 0

gnu: r-devtools: Update to 2.2.2.

* gnu/packages/statistics.scm (r-devtools): Update to 2.2.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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