mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bioconcotk: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-bioconcotk): Update to 1.12.0.
This commit is contained in:
parent
e7b465e81b
commit
4faded238e
1 changed files with 2 additions and 2 deletions
|
@ -11541,14 +11541,14 @@ (define-public r-multiassayexperiment
|
|||
(define-public r-bioconcotk
|
||||
(package
|
||||
(name "r-bioconcotk")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocOncoTK" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jwp0gww2xyx8qfv5h4y0v3g66mmlyrd1v64xn91si4fsymk4108"))))
|
||||
"0y396lx2mh9izb07lz83j35wydfj808ihc74jlgras03a3g335p2"))))
|
||||
(properties `((upstream-name . "BiocOncoTK")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue