mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-roxygen2: Update to 7.0.1.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.0.1.
This commit is contained in:
parent
c84395943d
commit
e25d068d84
1 changed files with 2 additions and 2 deletions
|
@ -2309,13 +2309,13 @@ (define-public r-commonmark
|
|||
(define-public r-roxygen2
|
||||
(package
|
||||
(name "r-roxygen2")
|
||||
(version "7.0.0")
|
||||
(version "7.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "roxygen2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13sani3y9ql56cvja8pfjpwsbq8pismc52ns1cq1zgi0jycgqja5"))))
|
||||
"07v7f7may3vr80f4m1w1ll41qdahszycyx4c1yf8pw7asx73d77j"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-brew" ,r-brew)
|
||||
|
|
Loading…
Reference in a new issue