gnu: r-lfa: Update to 1.28.2.
* gnu/packages/bioconductor.scm (r-lfa): Update to 1.28.2.
This commit is contained in:
parent
20b1ef8047
commit
810a8e5060
1 changed files with 2 additions and 2 deletions
|
@ -6591,13 +6591,13 @@ Shiny-based display methods for Bioconductor objects.")
|
||||||
(define-public r-lfa
|
(define-public r-lfa
|
||||||
(package
|
(package
|
||||||
(name "r-lfa")
|
(name "r-lfa")
|
||||||
(version "1.28.1")
|
(version "1.28.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "lfa" version))
|
(uri (bioconductor-uri "lfa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0047wspvarbnbawrwvfjfz5y6i36l2r2k2501zjya09rjpiq101m"))))
|
(base32 "0z8aa2435f7v2l6zwv47v2a6p9hal156dsh8v1iri233d1qx7fax"))))
|
||||||
(properties `((upstream-name . "lfa")))
|
(properties `((upstream-name . "lfa")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-corpcor))
|
(propagated-inputs (list r-corpcor))
|
||||||
|
|
Reference in a new issue