mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-readods: Update to 2.2.0.
* gnu/packages/cran.scm (r-readods): Update to 2.2.0. Change-Id: I1c66d1c24ab56d6d3da3b7e7c8e541cbade3fd41
This commit is contained in:
parent
29c4796ff9
commit
722defbac9
1 changed files with 2 additions and 2 deletions
|
@ -38266,14 +38266,14 @@ (define-public r-strex
|
|||
(define-public r-readods
|
||||
(package
|
||||
(name "r-readods")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "readODS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1znp039wfbq8bbjj9pdkl8hwnhm9x5n8c7y5b53xmpnaqxx5agiz"))))
|
||||
"1f87bnvjxalr0gp651axpyq4abzirxq7l3mirbak0c4b4l2phb1n"))))
|
||||
(properties `((upstream-name . "readODS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue