mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ggbio: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-ggbio): Update to 1.50.0. Change-Id: I242df48dce620f327205d7f47bebfba0eae7d0c8
This commit is contained in:
parent
7af02a2c1d
commit
f52a6fe0f1
1 changed files with 2 additions and 2 deletions
|
@ -21463,14 +21463,14 @@ by Ernst and Kellis.")
|
||||||
(define-public r-ggbio
|
(define-public r-ggbio
|
||||||
(package
|
(package
|
||||||
(name "r-ggbio")
|
(name "r-ggbio")
|
||||||
(version "1.48.0")
|
(version "1.50.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
|
||||||
"0n7nghrrs7fp0b7jk2pfbkzl0lbv55xxk2xqnq2i77ps22ms0h9y"))))
|
"1chs58ifpwz4crcl5ymnb8ah3wf2jrn9lla3ljsywqiqn0r3i1am"))))
|
||||||
(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