gnu: r-bayseq: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.36.0. Change-Id: I45768d7f3f6197834df60816697c425166ba49acmaster
parent
11b594314a
commit
89f04f09de
|
@ -12215,14 +12215,14 @@ respectively.")
|
||||||
(define-public r-bayseq
|
(define-public r-bayseq
|
||||||
(package
|
(package
|
||||||
(name "r-bayseq")
|
(name "r-bayseq")
|
||||||
(version "2.31.0")
|
(version "2.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "baySeq" version))
|
(uri (bioconductor-uri "baySeq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lq2wfm3ibrpha9mqhhp6dgsx4jm2kwxvvrj0b62dzqspvg743wh"))))
|
"1b5vvzl0kkm6kb03vr6m6sdlr3azpc24933a7ayxkiffmf2wbi0g"))))
|
||||||
(properties `((upstream-name . "baySeq")))
|
(properties `((upstream-name . "baySeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue