mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-oscope: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-oscope): Update to 1.30.0.
This commit is contained in:
parent
18d4032d2a
commit
e408cd70e8
1 changed files with 2 additions and 2 deletions
|
@ -8099,13 +8099,13 @@ (define-public r-organismdbi
|
||||||
(define-public r-oscope
|
(define-public r-oscope
|
||||||
(package
|
(package
|
||||||
(name "r-oscope")
|
(name "r-oscope")
|
||||||
(version "1.28.0")
|
(version "1.30.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
|
||||||
"0454f9yc0jmg3mcq9264wb5v2n8n0kaf801hlvsiy1xa3baj3h29"))))
|
"055j7y1icikqivc795hzl1l5v5ga2bfcqk2x0kivawbrqvj4yq5v"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue