gnu: r-ggbio: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.30.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 12:15:58 +01:00
parent e7a0bc1ccf
commit f20c766413
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10327,14 +10327,14 @@ (define-public r-biovizbase
(define-public r-ggbio
(package
(name "r-ggbio")
(version "1.28.5")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ggbio" version))
(sha256
(base32
"19s2v40fycwf44fl3lm791y635xzw67b30sq2g0qq4a6phjik42d"))))
"0wq49qqzkcn8s19xgaxf2s1j1a563d7pbhhvris6fhxfdjsz4934"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)