me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 2.25.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.25.
master
Ricardo Wurmus 2023-10-05 13:34:55 +02:00
parent 6535a7d047
commit f3a73e9ce5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3174,13 +3174,13 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.24")
(version "2.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "11ixspf7w5zsr02c5545w0ra7l9c8kb4bls97dhx5cgldnjfywrq"))))
(base32 "0m814598vc67sjwk83xh9g17n72618l32dgg7fz8y0gycqk6dr06"))))
(properties
`((upstream-name . "rmarkdown")
(updater-extra-propagated-inputs . ("pandoc"))))