mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: r-bayseq: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.30.0.
This commit is contained in:
parent
ecd2d01d1e
commit
d6559d1e1b
1 changed files with 2 additions and 2 deletions
|
@ -6498,14 +6498,14 @@ (define-public r-qdnaseq
|
||||||
(define-public r-bayseq
|
(define-public r-bayseq
|
||||||
(package
|
(package
|
||||||
(name "r-bayseq")
|
(name "r-bayseq")
|
||||||
(version "2.28.0")
|
(version "2.30.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
|
||||||
"1zgxwb287ccz4wqsjxmffknnzziv12l4yrw7df912dxz6yccvd8r"))))
|
"1yqykndyv32s2rk7x86qf410qr0pigc8z4gdkl8vhj4dgyr47n2j"))))
|
||||||
(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