mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: r-writexls: Update to 6.6.0.
* gnu/packages/cran.scm (r-writexls): Update to 6.6.0. Change-Id: I0de24b92a8d49f4f55645aa194bf2f00f43c155e
This commit is contained in:
parent
95adf8fef7
commit
b8eb6fae84
1 changed files with 2 additions and 2 deletions
|
@ -15528,13 +15528,13 @@ (define-public r-writexl
|
||||||
(define-public r-writexls
|
(define-public r-writexls
|
||||||
(package
|
(package
|
||||||
(name "r-writexls")
|
(name "r-writexls")
|
||||||
(version "6.5.0")
|
(version "6.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "WriteXLS" version))
|
(uri (cran-uri "WriteXLS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rkc0r6l7cfz7h83i7gw6g0nlyy347mdh6bj73j0f8mdv3nmwwn4"))))
|
"0adpwd80hhw6i965wp1w74s85vzq2gv5pf98zcvjwaqvpkrs25xw"))))
|
||||||
(properties `((upstream-name . "WriteXLS")))
|
(properties `((upstream-name . "WriteXLS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list perl))
|
(inputs (list perl))
|
||||||
|
|
Loading…
Reference in a new issue