mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-commonmark: Update to 1.4.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.4.
This commit is contained in:
parent
5d84369bda
commit
e3323e0707
1 changed files with 2 additions and 3 deletions
|
@ -2157,16 +2157,15 @@ (define-public r-desc
|
|||
(define-public r-commonmark
|
||||
(package
|
||||
(name "r-commonmark")
|
||||
(version "1.2")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "commonmark" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12q5mncxvkwdxc35is6y5idx8a1h99hyz5x6ri0arni6k25krchk"))))
|
||||
"1vb8r9khpvcf0q7acv8rsplfjjwcll302bg5kp596cvn6aacypl6"))))
|
||||
(build-system r-build-system)
|
||||
;;(inputs `(("zlib" ,zlib)))
|
||||
(home-page "http://cran.r-project.org/web/packages/commonmark")
|
||||
(synopsis "CommonMark and Github Markdown Rendering in R")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue