mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Shiny-based display methods for Bioconductor objects.")
|
||||||
(define-public r-lea
|
(define-public r-lea
|
||||||
(package
|
(package
|
||||||
(name "r-lea")
|
(name "r-lea")
|
||||||
(version "3.12.2")
|
(version "3.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "LEA" version))
|
(uri (bioconductor-uri "LEA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kxrrl8pxhaipmzsw8gs4gs8g8xbp8169z9f7bcpgrfapnawafm9"))))
|
"1rhlrcp9rzf64rkabgk3gd8jqdg8ldwpkxvpfb6g49bgpkg1h6b1"))))
|
||||||
(properties `((upstream-name . "LEA")))
|
(properties `((upstream-name . "LEA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue