mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-omicade4: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-omicade4): Update to 1.42.0. Change-Id: I4369e5721116bf73f096ee39a516ada94c348872
This commit is contained in:
parent
73efb254d8
commit
41a4f01473
1 changed files with 2 additions and 2 deletions
|
@ -23023,13 +23023,13 @@ (define-public r-dmrseq
|
||||||
(define-public r-omicade4
|
(define-public r-omicade4
|
||||||
(package
|
(package
|
||||||
(name "r-omicade4")
|
(name "r-omicade4")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "omicade4" version))
|
(uri (bioconductor-uri "omicade4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"086nh0m82gjlxyg6i230wpkin4zc3a7cfla0qzvj28h0n8irkm5r"))))
|
"0i4ln95ayl1irr8sr3639x35ilysdi663kksw7g93q1ry91yav8r"))))
|
||||||
(properties `((upstream-name . "omicade4")))
|
(properties `((upstream-name . "omicade4")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-ade4 r-biobase r-made4))
|
(propagated-inputs (list r-ade4 r-biobase r-made4))
|
||||||
|
|
Loading…
Reference in a new issue