gnu: r-officer: Update to 0.3.4.

* gnu/packages/cran.scm (r-officer): Update to 0.3.4.
master
Ricardo Wurmus 2019-05-01 10:10:04 +02:00
parent 0b5b9d69a8
commit 944d4c483a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5632,14 +5632,14 @@ references and Rd files.")
(define-public r-officer
(package
(name "r-officer")
(version "0.3.3")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "officer" version))
(sha256
(base32
"1ggdp8pbspn24sjshx1h48klivrx401vwk2df49j4wpwxh6dx26y"))))
"1m4b3mcn5j5q3nq0jp1nranh4rdb8vxcpabn6ryqk9m6709fvhjz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)