mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-methylumi: Update to 2.30.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.30.0.
This commit is contained in:
parent
8c0fae3cd4
commit
2986b51ffe
1 changed files with 2 additions and 2 deletions
|
@ -2471,14 +2471,14 @@ (define-public r-minfi
|
|||
(define-public r-methylumi
|
||||
(package
|
||||
(name "r-methylumi")
|
||||
(version "2.28.0")
|
||||
(version "2.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "methylumi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14p2qi18cprfvb2gxng1vm48c7zwh23h88q9qjgipj9xl5axsgw2"))))
|
||||
"13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
|
|
Loading…
Reference in a new issue