gnu: r-ggbio: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.30.0.
This commit is contained in:
parent
e7a0bc1ccf
commit
f20c766413
|
@ -10327,14 +10327,14 @@ effort and encourages consistency.")
|
||||||
(define-public r-ggbio
|
(define-public r-ggbio
|
||||||
(package
|
(package
|
||||||
(name "r-ggbio")
|
(name "r-ggbio")
|
||||||
(version "1.28.5")
|
(version "1.30.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ggbio" version))
|
(uri (bioconductor-uri "ggbio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19s2v40fycwf44fl3lm791y635xzw67b30sq2g0qq4a6phjik42d"))))
|
"0wq49qqzkcn8s19xgaxf2s1j1a563d7pbhhvris6fhxfdjsz4934"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in New Issue