gnu: r-sendmailr: Update to 1.4-0.
* gnu/packages/statistics.scm (r-sendmailr): Update to 1.4-0. [native-inputs]: Add r-knitr.master
parent
6a3144bd27
commit
41c41e9f81
|
@ -1138,20 +1138,20 @@ designed by Cynthia Brewer as described at http://colorbrewer2.org")
|
||||||
(define-public r-sendmailr
|
(define-public r-sendmailr
|
||||||
(package
|
(package
|
||||||
(name "r-sendmailr")
|
(name "r-sendmailr")
|
||||||
(version "1.3-2")
|
(version "1.4-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sendmailR" version))
|
(uri (cran-uri "sendmailR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yyxxzhm88xipk68vzqxcckcpjgl9lajnqyxxbkp1i29jcpfgdfa"))))
|
"1balci88r2ci51xdh5zaqm3ss3vnry8pbkx2qngppc7n2gy932sv"))))
|
||||||
(properties `((upstream-name . "sendmailR")))
|
(properties `((upstream-name . "sendmailR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-base64enc))
|
(list r-base64enc))
|
||||||
(home-page
|
(native-inputs (list r-knitr))
|
||||||
"https://cran.r-project.org/web/packages/sendmailR")
|
(home-page "https://cran.r-project.org/web/packages/sendmailR")
|
||||||
(synopsis "Send email using R")
|
(synopsis "Send email using R")
|
||||||
(description
|
(description
|
||||||
"This package contains a simple SMTP client which provides a portable
|
"This package contains a simple SMTP client which provides a portable
|
||||||
|
|
Reference in New Issue