me
/
guix
Archived
1
0
Fork 0

gnu: r-commonmark: Update to 1.9.1.

* gnu/packages/statistics.scm (r-commonmark): Update to 1.9.1.

Change-Id: Ifccd39448f0d6181bfcede089aa922cd60c5293c
master
Ricardo Wurmus 2024-01-30 15:48:57 +01:00
parent e6847d7a2f
commit c72ceba47f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2793,14 +2793,14 @@ other packages.")
(define-public r-commonmark
(package
(name "r-commonmark")
(version "1.9.0")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "commonmark" version))
(sha256
(base32
"13slfv9xpd5fhccw6xgm274d338gmpvc4sdzd943dm684rd1ml3d"))))
"0fxm1nn4al0yn79iqix9cp5j5chr8jq56d29ayqrpag49hzs25wm"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/commonmark")
(synopsis "CommonMark and Github Markdown Rendering in R")