mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-methylumi: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.36.0.
This commit is contained in:
parent
e5a4198bc3
commit
0b7dd44706
1 changed files with 2 additions and 2 deletions
|
@ -3428,14 +3428,14 @@ (define-public r-minfi
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue