mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ggbio: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-ggbio): Update to 1.52.0. Change-Id: I45c0988944ecdc2dc88f7638723a7fe25e6fcec5
This commit is contained in:
parent
f2e5f38824
commit
59a8eb9d88
1 changed files with 2 additions and 2 deletions
|
@ -22956,14 +22956,14 @@ by Ernst and Kellis.")
|
||||||
(define-public r-ggbio
|
(define-public r-ggbio
|
||||||
(package
|
(package
|
||||||
(name "r-ggbio")
|
(name "r-ggbio")
|
||||||
(version "1.50.0")
|
(version "1.52.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
|
||||||
"1chs58ifpwz4crcl5ymnb8ah3wf2jrn9lla3ljsywqiqn0r3i1am"))))
|
"0g6h1h8azy79pzm0g8967f58gp33nl8866b285ybq6501nj8pb1p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue