gnu: r-officer: Update to 0.5.1.
* gnu/packages/cran.scm (r-officer): Update to 0.5.1. [propagated-inputs]: Add r-openssl.master
parent
18ea1e2085
commit
c7d61d2077
|
@ -11089,17 +11089,17 @@ references and Rd files.")
|
||||||
(define-public r-officer
|
(define-public r-officer
|
||||||
(package
|
(package
|
||||||
(name "r-officer")
|
(name "r-officer")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "officer" version))
|
(uri (cran-uri "officer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19kms5pjgb5mjqyqzgnpykd5divbkrs5apz8z27ivgw78iizsqh6"))))
|
"1r885h8ma2py3idxkki2bnsbcimrw36qd6km2bhyhlav79n7bh4w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-r6 r-uuid r-xml2 r-zip))
|
(list r-openssl r-r6 r-uuid r-xml2 r-zip))
|
||||||
(home-page "https://davidgohel.github.io/officer")
|
(home-page "https://davidgohel.github.io/officer")
|
||||||
(synopsis "Manipulation of Word and PowerPoint documents")
|
(synopsis "Manipulation of Word and PowerPoint documents")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue