gnu: r-genomation: Update to 1.16.0.

* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.16.0.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:34:40 +02:00
parent d726689a70
commit 6ef47ac82e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8095,13 +8095,13 @@ reference point and sorted by a user defined feature.")
(define-public r-genomation
(package
(name "r-genomation")
(version "1.14.0")
(version "1.16.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
"0g0v4alfpqlinqinjnyzl3mrjnpbdx9ri34mcaiqbvbvg8ic8wvg"))))
"06i711pwq9znd7plh0p25skxnnh5dyl61c33k9gma243wvlzmlkj"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)