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:
Ricardo Wurmus 2023-11-03 16:58:33 +01:00
parent c08b34c0e8
commit 277cfebf79
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))