gnu: r-ggbio: Update to 1.34.0.
* gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.34.0.
This commit is contained in:
parent
89a41696ab
commit
81600df302
1 changed files with 2 additions and 2 deletions
|
@ -9999,14 +9999,14 @@ (define-public r-biovizbase
|
||||||
(define-public r-ggbio
|
(define-public r-ggbio
|
||||||
(package
|
(package
|
||||||
(name "r-ggbio")
|
(name "r-ggbio")
|
||||||
(version "1.32.0")
|
(version "1.34.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
|
||||||
"10s6hnffnrrsx3896adqdc5g55fzd5y6qhnp1mq0c641nw833rwd"))))
|
"13wzwh40anh8l53yp19bg4w5cpxykcaf228dc8cxvjndyib711qb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue