gnu: r-bayseq: Update to 2.38.0.
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.38.0. Change-Id: I06fe6bb886c0a8c52f96ae021987e221a4cfd73dmaster
parent
6cf5506514
commit
2eac018b3b
|
@ -13589,14 +13589,14 @@ respectively.")
|
||||||
(define-public r-bayseq
|
(define-public r-bayseq
|
||||||
(package
|
(package
|
||||||
(name "r-bayseq")
|
(name "r-bayseq")
|
||||||
(version "2.36.2")
|
(version "2.38.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
|
||||||
"0c24glflznbihx81kgvlx5i3wb95c7jg4wllwawry4kb6rkjbwp0"))))
|
"0nlkynzijxl6f8983vdpmcssvrpjf6s42zx3lxfwxwlhrvz1yg9l"))))
|
||||||
(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