mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-gage: Update to 2.48.0.
* gnu/packages/bioconductor.scm (r-gage): Update to 2.48.0.
This commit is contained in:
parent
3ff9f819f7
commit
0c1edd86f2
1 changed files with 2 additions and 2 deletions
|
@ -5285,14 +5285,14 @@ (define-public r-fastseg
|
|||
(define-public r-gage
|
||||
(package
|
||||
(name "r-gage")
|
||||
(version "2.46.1")
|
||||
(version "2.48.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gage" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01y04jcy7a9fksyhj0nq37n1inkrpqf4qv117lflvipbx0dsw4gl"))))
|
||||
"08qvg1cmrln7w5z33r81kz1zjs8fcj3qbxm1crbsazvb6gdpqyyi"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-annotationdbi r-go-db r-graph r-keggrest))
|
||||
|
|
Loading…
Reference in a new issue