mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-gage: Update to 2.38.3.
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.38.3. [propagated-inputs]: Add r-go-db.
This commit is contained in:
parent
9da4a25b33
commit
e9d2cab0bf
1 changed files with 3 additions and 2 deletions
|
@ -10125,17 +10125,18 @@ (define-public r-keggrest
|
||||||
(define-public r-gage
|
(define-public r-gage
|
||||||
(package
|
(package
|
||||||
(name "r-gage")
|
(name "r-gage")
|
||||||
(version "2.37.0")
|
(version "2.38.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "gage" version))
|
(uri (bioconductor-uri "gage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zfaas4x6g7wiml6cmxa7b4f43az9s0lrw80k6sf7c96hsh1jijr"))))
|
"1bqmvjiya1df0b3h491lp1jxahiyidvaf9n094z0sk84x5y3xh2p"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
("r-go-db" ,r-go-db)
|
||||||
("r-graph" ,r-graph)
|
("r-graph" ,r-graph)
|
||||||
("r-keggrest" ,r-keggrest)))
|
("r-keggrest" ,r-keggrest)))
|
||||||
(home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
|
(home-page (string-append "https://bmcbioinformatics.biomedcentral.com/"
|
||||||
|
|
Loading…
Reference in a new issue