mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-flextable: Update to 0.5.5.
* gnu/packages/cran.scm (r-flextable): Update to 0.5.5.
This commit is contained in:
parent
36c5f86fab
commit
c46a16407b
1 changed files with 2 additions and 2 deletions
|
@ -6042,14 +6042,14 @@ (define-public r-moonbook
|
||||||
(define-public r-flextable
|
(define-public r-flextable
|
||||||
(package
|
(package
|
||||||
(name "r-flextable")
|
(name "r-flextable")
|
||||||
(version "0.5.4")
|
(version "0.5.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
|
||||||
"0h6ylgz1mn61d2kh1bym8hfl3r7nf4z092lmjsaav3h1ki3avrnl"))))
|
"1q6x9mfk5gikqjbbra1dn8hs1rq5ws99jdjav3m113gx9f2j5yxh"))))
|
||||||
(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