mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-roxygen2: Update to 7.3.1.
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.3.1. Change-Id: I5d23ee576beb4dc4dc1e49d13cc38ffef0d33512
This commit is contained in:
parent
4fa0d97e99
commit
bf933e4f11
1 changed files with 2 additions and 2 deletions
|
@ -2803,13 +2803,13 @@ (define-public r-commonmark
|
|||
(define-public r-roxygen2
|
||||
(package
|
||||
(name "r-roxygen2")
|
||||
(version "7.3.0")
|
||||
(version "7.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "roxygen2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05vzmln9cwcns1pcs568ivxpvf823xcw671d3wi77c3ixzmj3p7q"))))
|
||||
"1j72arkadw93f4wrzxhryn3666jwnablr1bhk0zv6g77q2lrypi1"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-brew
|
||||
|
|
Loading…
Reference in a new issue