me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2023-01-09 22:19:46 +01:00
parent 18ea1e2085
commit c7d61d2077
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -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