gnu: r-geneplotter: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.70.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:50 +02:00
parent 473371dfc1
commit c68607725b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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