mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
|
||||
(package
|
||||
(name "r-ggbio")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ggbio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10s6hnffnrrsx3896adqdc5g55fzd5y6qhnp1mq0c641nw833rwd"))))
|
||||
"13wzwh40anh8l53yp19bg4w5cpxykcaf228dc8cxvjndyib711qb"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue