gnu: r-wiggleplotr: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.8.0.
master
Ricardo Wurmus 2019-05-06 00:08:29 +02:00
parent 07597c85d8
commit a6edf33533
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4131,14 +4131,14 @@ that arising from 16s metagenomic surveys.")
(define-public r-wiggleplotr
(package
(name "r-wiggleplotr")
(version "1.6.1")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "wiggleplotr" version))
(sha256
(base32
"12fhbskkjwv4d9bdy3gab8n9pcf7qpwiwgx0248as445vfw8dil3"))))
"0yl3ymsk5iijbypjg7lf6mkjgb54893vml2v5aqp2q4l8q0ld7l0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)