mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-ebseq: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-ebseq): Update to 1.28.0.
This commit is contained in:
parent
6a7cfd5f1f
commit
1e37caca52
1 changed files with 2 additions and 2 deletions
|
@ -2677,14 +2677,14 @@ (define-public r-nbpseq
|
||||||
(define-public r-ebseq
|
(define-public r-ebseq
|
||||||
(package
|
(package
|
||||||
(name "r-ebseq")
|
(name "r-ebseq")
|
||||||
(version "1.26.0")
|
(version "1.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "EBSeq" version))
|
(uri (bioconductor-uri "EBSeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ay1vcccpc29r3vinlnwp9256345bfb346kg2y11kib4bnrabjb6"))))
|
"0s9r1xxpfm5794ipjm5a5c8gfxicc6arma6f74aaz8zi5y5q9x5f"))))
|
||||||
(properties `((upstream-name . "EBSeq")))
|
(properties `((upstream-name . "EBSeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue