mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-bayseq: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.20.0.
This commit is contained in:
parent
23ce5ad1d6
commit
d77228232d
1 changed files with 2 additions and 2 deletions
|
@ -1623,14 +1623,14 @@ (define-public r-qdnaseq
|
||||||
(define-public r-bayseq
|
(define-public r-bayseq
|
||||||
(package
|
(package
|
||||||
(name "r-bayseq")
|
(name "r-bayseq")
|
||||||
(version "2.18.0")
|
(version "2.20.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
|
||||||
"13lm7n5zqw8yg5sqb92h6ppcnr0l32qdgmv7i16pn32fb6z41p0w"))))
|
"040s1d3756spyzblkyx2vcy7bn3vf87mhsp3is35yxkj55n3myjk"))))
|
||||||
(properties `((upstream-name . "baySeq")))
|
(properties `((upstream-name . "baySeq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue