gnu: r-genomation: Update to 1.8.0.

* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.8.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:45:43 +02:00
parent 08b9224d2d
commit 3ae82c8dfe
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -7070,13 +7070,13 @@ reference point and sorted by a user defined feature.")
(define-public r-genomation
(package
(name "r-genomation")
(version "1.6.0")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
"1m4mz7wihj8yqivwkzw68div8ybk4rjsai3ffki7xp7sh21ax03y"))))
"0r71nf8p3aq3yffqxg4yir1zmm7rar5a57nmy1kpqpn8kaf2svjl"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)