mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: r-bayseq: Update to 2.18.0.
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.18.0.
This commit is contained in:
parent
4f4bed7de5
commit
c38de81594
1 changed files with 2 additions and 2 deletions
|
@ -1301,14 +1301,14 @@ (define-public r-qdnaseq
|
||||||
(define-public r-bayseq
|
(define-public r-bayseq
|
||||||
(package
|
(package
|
||||||
(name "r-bayseq")
|
(name "r-bayseq")
|
||||||
(version "2.16.0")
|
(version "2.18.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
|
||||||
"0f6yckihm5cwh3dycv2g54hf7nddhcqya4yrqwbir96y5k1d1km5"))))
|
"13lm7n5zqw8yg5sqb92h6ppcnr0l32qdgmv7i16pn32fb6z41p0w"))))
|
||||||
(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