gnu: r-oscope: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-oscope): Update to 1.34.0. Change-Id: I76719b29a735b50e86c5264a3a515da7607f36a0
This commit is contained in:
parent
d7fd4fc3e5
commit
60287e583e
1 changed files with 2 additions and 2 deletions
|
@ -10013,13 +10013,13 @@ the fact that each of these packages implements a select methods.")
|
||||||
(define-public r-oscope
|
(define-public r-oscope
|
||||||
(package
|
(package
|
||||||
(name "r-oscope")
|
(name "r-oscope")
|
||||||
(version "1.32.0")
|
(version "1.34.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Oscope" version))
|
(uri (bioconductor-uri "Oscope" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1li2l9mdq2q0580a7qzvfid5n15v62fr9ys87j42k3l2w5a26smf"))))
|
"16d2ngakdg73rdx0bf1pz3z1n8npjzl3b7dn94g9zbayw4vp3x5z"))))
|
||||||
(properties `((upstream-name . "Oscope")))
|
(properties `((upstream-name . "Oscope")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biocparallel r-cluster r-ebseq r-testthat))
|
(propagated-inputs (list r-biocparallel r-cluster r-ebseq r-testthat))
|
||||||
|
|
Reference in a new issue