me
/
guix
Archived
1
0
Fork 0

gnu: r-commonmark: Update to 1.9.0.

* gnu/packages/statistics.scm (r-commonmark): Update to 1.9.0.
master
Ricardo Wurmus 2023-03-19 21:01:39 +01:00
parent f4a0f04cc3
commit 157733c8f2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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