me
/
guix
Archived
1
0
Fork 0

gnu: r-methylkit: Update to 1.16.1.

* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.16.1.
master
Ricardo Wurmus 2021-02-11 21:31:58 +01:00
parent 3f7e96acc7
commit 2596200514
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9771,13 +9771,13 @@ number detection tools.")
(define-public r-methylkit
(package
(name "r-methylkit")
(version "1.16.0")
(version "1.16.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "methylKit" version))
(sha256
(base32
"11pmn191n0ga28x1w20cm2cmw8kddl29q6h2xfjjba5bspp2g613"))))
"1c9b11gfh3cc37iwym9rgsba3mh2xkp78a1gvnjqhzlkiz667mn3"))))
(properties `((upstream-name . "methylKit")))
(build-system r-build-system)
(propagated-inputs