me
/
guix
Archived
1
0
Fork 0

gnu: r-oscope: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-oscope): Update to 1.32.0.

Change-Id: Ie2f593d31f51d6fd4954d6eaa633a60e02f8cbee
master
Ricardo Wurmus 2023-11-03 16:59:43 +01:00
parent d02feac2f1
commit fab197151b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9202,13 +9202,13 @@ the fact that each of these packages implements a select methods.")
(define-public r-oscope
(package
(name "r-oscope")
(version "1.30.0")
(version "1.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Oscope" version))
(sha256
(base32
"055j7y1icikqivc795hzl1l5v5ga2bfcqk2x0kivawbrqvj4yq5v"))))
"1li2l9mdq2q0580a7qzvfid5n15v62fr9ys87j42k3l2w5a26smf"))))
(properties `((upstream-name . "Oscope")))
(build-system r-build-system)
(propagated-inputs (list r-biocparallel r-cluster r-ebseq r-testthat))