mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-commonmark: Update to 1.9.0.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.9.0.
This commit is contained in:
parent
f4a0f04cc3
commit
157733c8f2
1 changed files with 2 additions and 2 deletions
|
@ -2420,14 +2420,14 @@ (define-public r-desc
|
||||||
(define-public r-commonmark
|
(define-public r-commonmark
|
||||||
(package
|
(package
|
||||||
(name "r-commonmark")
|
(name "r-commonmark")
|
||||||
(version "1.8.1")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "commonmark" version))
|
(uri (cran-uri "commonmark" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gjwpmcxv15y1jg9f7kzp49s68kj1skjsh5g264f9lp37l4wpbcn"))))
|
"13slfv9xpd5fhccw6xgm274d338gmpvc4sdzd943dm684rd1ml3d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/commonmark")
|
(home-page "https://cran.r-project.org/web/packages/commonmark")
|
||||||
(synopsis "CommonMark and Github Markdown Rendering in R")
|
(synopsis "CommonMark and Github Markdown Rendering in R")
|
||||||
|
|
Loading…
Reference in a new issue