me
/
guix
Archived
1
0
Fork 0

gnu: r-oscope: Update to 1.34.0.

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

Change-Id: I76719b29a735b50e86c5264a3a515da7607f36a0
master
Ricardo Wurmus 2024-05-07 12:55:49 +02:00
parent d7fd4fc3e5
commit 60287e583e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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