gnu: r-methylkit: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-methylkit): Update to 1.18.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:46 +02:00
parent 595b75e05c
commit 0b3fd7e89a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3318,13 +3318,13 @@ (define-public r-limma
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.16.1")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3"))))
"147nag4rz2xpjkkf8rmhja9k4ixjj1hsb0lq3lw7mw6q67zxsvf3"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs