gnu: r-geneplotter: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.72.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:10 +00:00
parent c3a3c417c0
commit 319038ace3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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