mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public r-bayesknockdown
|
|||
(define-public r-bayesspace
|
||||
(package
|
||||
(name "r-bayesspace")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BayesSpace" version))
|
||||
(sha256
|
||||
(base32 "1mqgsylnrvf197cin5zzihjv31bm2q0m5a612ncbglys6n1jd105"))))
|
||||
(base32 "0q1haqsyc61yxz1n197sv3s6csjpns4fi288kf58nnf5jgdwnyx5"))))
|
||||
(properties `((upstream-name . "BayesSpace")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue