mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-rmarkdown: Update to 2.23.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.23.
This commit is contained in:
parent
7cb71cb2fb
commit
e8ef13993e
1 changed files with 2 additions and 2 deletions
|
@ -3049,13 +3049,13 @@ certain criterion, e.g., it contains a certain regular file.")
|
|||
(define-public r-rmarkdown
|
||||
(package
|
||||
(name "r-rmarkdown")
|
||||
(version "2.22")
|
||||
(version "2.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rmarkdown" version))
|
||||
(sha256
|
||||
(base32 "1f47ccph09ilqlr0bnyrxkadja4ddp4klvb933aws3rya0cmaqy6"))))
|
||||
(base32 "09f8gfa4cfjwqb44xdr832blbgknn4ciyisvcrpyz5x51iphi3b6"))))
|
||||
(properties
|
||||
`((upstream-name . "rmarkdown")
|
||||
(updater-extra-propagated-inputs . ("pandoc"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue