1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 18:55:55 +02:00

gnu: r-commonmark: Update to 1.9.2.

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

Change-Id: I63dd4ae9b3f3bd85a76268cca3fd37ebdbdda28d
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:07 +01:00
parent 19a6229b5b
commit 85bf94df25
+2 -2
View File
@@ -2975,14 +2975,14 @@ other packages.")
(define-public r-commonmark
(package
(name "r-commonmark")
(version "1.9.1")
(version "1.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "commonmark" version))
(sha256
(base32
"0fxm1nn4al0yn79iqix9cp5j5chr8jq56d29ayqrpag49hzs25wm"))))
"1sw6nizfbb88358r6mafiqiqdwd49cvf507g5cqggf72x3xxqshx"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/commonmark")
(synopsis "CommonMark and Github Markdown Rendering in R")