mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-methylumi: Update to 2.32.0.
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.32.0.
This commit is contained in:
parent
8f7bc872e1
commit
b57cffb974
1 changed files with 2 additions and 2 deletions
|
@ -2855,14 +2855,14 @@ (define-public r-minfi
|
|||
(define-public r-methylumi
|
||||
(package
|
||||
(name "r-methylumi")
|
||||
(version "2.30.0")
|
||||
(version "2.32.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "methylumi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13acn771ybi10v50x123bq5yqd62b8sr4gz77lpgaj192sxq9d9f"))))
|
||||
"0zd4h6n37v3z0mas69z2xsf5s0naih828987m8v0g9hhq4f6hf5w"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
|
|
Loading…
Reference in a new issue