me
/
guix
Archived
1
0
Fork 0

gnu: r-methylkit: Update to 1.12.0.

* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.12.0.
master
Ricardo Wurmus 2019-12-15 14:58:33 +01:00
parent 2a6ce98b17
commit 065c305ca5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9025,13 +9025,13 @@ number detection tools.")
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.10.0")
(version "1.12.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"1z687vpi5kwcqpnd6r74c5y72hcsbqlwg0bk95kksgpi81q710qj"))))
"0klwc0sbmrxj1lxbz16pl39rxjm0pi57gjw547hlgnac1p9fspzy"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs