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 @@ tables, autolinks and strikethrough text.")
|
||||||
(define-public r-roxygen2
|
(define-public r-roxygen2
|
||||||
(package
|
(package
|
||||||
(name "r-roxygen2")
|
(name "r-roxygen2")
|
||||||
(version "7.3.0")
|
(version "7.3.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "roxygen2" version))
|
(uri (cran-uri "roxygen2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05vzmln9cwcns1pcs568ivxpvf823xcw671d3wi77c3ixzmj3p7q"))))
|
"1j72arkadw93f4wrzxhryn3666jwnablr1bhk0zv6g77q2lrypi1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-brew
|
(list r-brew
|
||||||
|
|
|
||||||
Reference in a new issue