gnu: r-methylkit: Update to 1.8.0.

* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:09:42 +01:00
parent 739a856db8
commit 18604a76e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9361,13 +9361,13 @@ number detection tools.")
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.6.3")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"1nla74d2sjs51yyvvxf038a03mhw9appvjzj60vr2vd3p5lhqn9k"))))
"0mz6lil1wax931incnw5byx0v9i8ryhwq9mv0nv8s48ai33ch3x6"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs