me
/
guix
Archived
1
0
Fork 0

gnu: r-methylumi: Update to 2.36.0.

* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.36.0.
master
zimoun 2020-10-30 15:50:10 +01:00 committed by Ricardo Wurmus
parent e5a4198bc3
commit 0b7dd44706
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3428,14 +3428,14 @@ methylation arrays.")
(define-public r-methylumi
(package
(name "r-methylumi")
(version "2.34.0")
(version "2.36.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "methylumi" version))
(sha256
(base32
"0phb2dyndnk9rv79nx246cn1sc9wbzdqqbgl6402knc7dgh799wr"))))
"00w5affxzirf6ffiznk33papwwvwsk2zgy6xvsx7iaf5kvnak2nh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)