gnu: r-officer: Update to 0.3.5.

* gnu/packages/cran.scm (r-officer): Update to 0.3.5.
master
Ricardo Wurmus 2019-06-29 01:25:03 +02:00
parent 0ccb34584c
commit 0d2e266220
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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