me
/
guix
Archived
1
0
Fork 0

gnu: r-roxygen2: Update to 7.0.2.

* gnu/packages/statistics.scm (r-roxygen2): Update to 7.0.2.
master
Ricardo Wurmus 2019-12-03 14:54:13 +01:00
parent 3fff4de729
commit 64d576e514
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2260,13 +2260,13 @@ tables, autolinks and strikethrough text.")
(define-public r-roxygen2
(package
(name "r-roxygen2")
(version "7.0.1")
(version "7.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "roxygen2" version))
(sha256
(base32
"07v7f7may3vr80f4m1w1ll41qdahszycyx4c1yf8pw7asx73d77j"))))
"162xag27hwwyadfwm5zpyy15nxwhw2vbhwapx3jmi9cfyryr68sq"))))
(build-system r-build-system)
(propagated-inputs
`(("r-brew" ,r-brew)