mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: r-lea: Update to 3.14.0.
* gnu/packages/bioconductor.scm (r-lea): Update to 3.14.0. Change-Id: I4a04bc3ea1e348825d40a60e12de6dffc2b2b1ef
This commit is contained in:
parent
c08b34c0e8
commit
277cfebf79
1 changed files with 2 additions and 2 deletions
|
@ -8235,13 +8235,13 @@ (define-public r-keggrest
|
|||
(define-public r-lea
|
||||
(package
|
||||
(name "r-lea")
|
||||
(version "3.12.2")
|
||||
(version "3.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "LEA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kxrrl8pxhaipmzsw8gs4gs8g8xbp8169z9f7bcpgrfapnawafm9"))))
|
||||
"1rhlrcp9rzf64rkabgk3gd8jqdg8ldwpkxvpfb6g49bgpkg1h6b1"))))
|
||||
(properties `((upstream-name . "LEA")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue