gnu: r-geneplotter: Update to 1.68.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.68.0.
This commit is contained in:
zimoun 2020-10-30 15:47:40 +01:00 committed by Ricardo Wurmus
parent c03c76344e
commit d72c4c98c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1482,14 +1482,14 @@ (define-public r-reportingtools
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.66.0")
(version "1.68.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"1y494da1llmrvn3qm7akwgwjazvpffabi8llw3fbday14cay1br5"))))
"1f8nr60n1nig1gdy85wqdhpzxvp9r4chygxm8xpy882mdvfv6rqx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)