me
/
guix
Archived
1
0
Fork 0

gnu: r-rmarkdown: Update to 1.16.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.16.
master
Tobias Geerinckx-Rice 2019-10-03 13:02:54 +02:00
parent afbc3a8758
commit 322f465751
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -2706,14 +2706,13 @@ certain criterion, e.g., it contains a certain regular file.")
(define-public r-rmarkdown
(package
(name "r-rmarkdown")
(version "1.15")
(version "1.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "rmarkdown" version))
(sha256
(base32
"0fkfzxkvakc6bb1s2lx7sxmnfff8q1m9isihynhiyqh4x8yikcmw"))))
(base32 "1p11g9lma604ndrhvyvriqxxp91lardc543nmvmr49n1m7309qvz"))))
(properties `((upstream-name . "rmarkdown")))
(build-system r-build-system)
(propagated-inputs