mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-officer: Update to 0.4.1.
* gnu/packages/cran.scm (r-officer): Update to 0.4.1.
This commit is contained in:
parent
a04d306571
commit
e0e8c20b00
1 changed files with 2 additions and 2 deletions
|
@ -8651,14 +8651,14 @@ (define-public r-rdpack
|
|||
(define-public r-officer
|
||||
(package
|
||||
(name "r-officer")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "officer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1za3vb1wmsianh9ygm6h5lyf796rni6w2adplz4z6z93r3mz4cmv"))))
|
||||
"1gfx299zr4q2264q37994pirv5bd5isn1cszccz603ij3q40wajr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-r6" ,r-r6)
|
||||
|
|
Loading…
Reference in a new issue