mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ methylation arrays.")
|
||||||
(define-public r-methylumi
|
(define-public r-methylumi
|
||||||
(package
|
(package
|
||||||
(name "r-methylumi")
|
(name "r-methylumi")
|
||||||
(version "2.34.0")
|
(version "2.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "methylumi" version))
|
(uri (bioconductor-uri "methylumi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0phb2dyndnk9rv79nx246cn1sc9wbzdqqbgl6402knc7dgh799wr"))))
|
"00w5affxzirf6ffiznk33papwwvwsk2zgy6xvsx7iaf5kvnak2nh"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotate" ,r-annotate)
|
`(("r-annotate" ,r-annotate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue