gnu: r-bayesspace: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-bayesspace): Update to 1.14.0. Change-Id: Id08d540943a7821eba58dbfd933cc1efb30059aa
This commit is contained in:
parent
92383b27d6
commit
019b2f05a3
1 changed files with 2 additions and 2 deletions
|
@ -24074,13 +24074,13 @@ targets. It can also be used for differential expression/2-class data.")
|
||||||
(define-public r-bayesspace
|
(define-public r-bayesspace
|
||||||
(package
|
(package
|
||||||
(name "r-bayesspace")
|
(name "r-bayesspace")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BayesSpace" version))
|
(uri (bioconductor-uri "BayesSpace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mqgsylnrvf197cin5zzihjv31bm2q0m5a612ncbglys6n1jd105"))))
|
(base32 "0q1haqsyc61yxz1n197sv3s6csjpns4fi288kf58nnf5jgdwnyx5"))))
|
||||||
(properties `((upstream-name . "BayesSpace")))
|
(properties `((upstream-name . "BayesSpace")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue