gnu: r-officer: Update to 0.3.15.
* gnu/packages/cran.scm (r-officer): Update to 0.3.15.
This commit is contained in:
parent
e0c6ecf2fc
commit
624d3887a5
1 changed files with 2 additions and 2 deletions
|
@ -7146,14 +7146,14 @@ references and Rd files.")
|
||||||
(define-public r-officer
|
(define-public r-officer
|
||||||
(package
|
(package
|
||||||
(name "r-officer")
|
(name "r-officer")
|
||||||
(version "0.3.14")
|
(version "0.3.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "officer" version))
|
(uri (cran-uri "officer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nyv4710bcd2afh1l1qiy5zrspjcdvc7mrzz5189dwy9xvgxi31h"))))
|
"1s9hrkdx105c1plpxywv68bmp8hvvxbdizhwx81fxr79fhj62x5j"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-magrittr" ,r-magrittr)
|
`(("r-magrittr" ,r-magrittr)
|
||||||
|
|
Reference in a new issue