mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:26:21 +01:00
gnu: r-writexls: Update to 6.5.0.
* gnu/packages/cran.scm (r-writexls): Update to 6.5.0. Change-Id: I148760efa41cc8b4c6762638629f79296e61ca7a
This commit is contained in:
parent
10f25e5e73
commit
5a655bab8f
1 changed files with 2 additions and 2 deletions
|
@ -14237,13 +14237,13 @@ (define-public r-writexl
|
|||
(define-public r-writexls
|
||||
(package
|
||||
(name "r-writexls")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "WriteXLS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dqr98kx930y6mcvb9b39xiwshhs250gkd2vw2v6iil34sl90jv4"))))
|
||||
"1rkc0r6l7cfz7h83i7gw6g0nlyy347mdh6bj73j0f8mdv3nmwwn4"))))
|
||||
(properties `((upstream-name . "WriteXLS")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list perl))
|
||||
|
|
Loading…
Reference in a new issue