mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-flextable: Update to 0.6.5.
* gnu/packages/cran.scm (r-flextable): Update to 0.6.5.
This commit is contained in:
parent
8067bcdf53
commit
2f88711ce3
1 changed files with 2 additions and 2 deletions
|
@ -8452,14 +8452,14 @@ (define-public r-moonbook
|
||||||
(define-public r-flextable
|
(define-public r-flextable
|
||||||
(package
|
(package
|
||||||
(name "r-flextable")
|
(name "r-flextable")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "flextable" version))
|
(uri (cran-uri "flextable" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ykjfnqhn8nd9f3l4jj8hf1bbjjckkna3p7fdsg0a73c05a17yma"))))
|
"1njk4kc19r2n2awxjfz4svf1pivxhn12r9dqsdvbdpbfl5wmvxzl"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-base64enc" ,r-base64enc)
|
`(("r-base64enc" ,r-base64enc)
|
||||||
|
|
Loading…
Reference in a new issue