1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-rmarkdown: Update to 2.31.

* gnu/packages/cran.scm (r-rmarkdown): Update to 2.31.

Change-Id: I44e1bcc16fa763264ce0329d434f505980d98966
This commit is contained in:
Ricardo Wurmus
2026-03-31 18:43:45 +02:00
parent 4cdc295ccd
commit 213c1205f5

View File

@@ -7238,13 +7238,13 @@ components/nonparametric terms for models fit with @code{nlme::lme()},
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "2.30")
(version "2.31")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32 "0f53lnppigjnrl8qsfs9js6vnrisz2x6rxyzjk9xxaf1639d6ajd"))))
(base32 "1g7w26i9rndwm2nscpn4lqgsx2xiwvfx553pa0ajyaa7lkaawnqc"))))
(properties
`((upstream-name . "rmarkdown")
(updater-extra-propagated-inputs . ("pandoc"))