me
/
guix
Archived
1
0
Fork 0

gnu: r-topgo: Update to 2.26.0.

* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.26.0.
[propagated-inputs]: Add r-dbi.
master
Ricardo Wurmus 2016-10-26 09:14:22 +02:00
parent 3587b464fc
commit 30ec4de738
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -6674,18 +6674,19 @@ information about the latest version of the Gene Ontologies.")
(define-public r-topgo (define-public r-topgo
(package (package
(name "r-topgo") (name "r-topgo")
(version "2.24.0") (version "2.26.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "topGO" version)) (uri (bioconductor-uri "topGO" version))
(sha256 (sha256
(base32 (base32
"1p4vsl32qhjw15yv9ym01ni63gjg73jaghlf17wc4zfn3iaz2zar")))) "0j6sgvam4lk9348ag6pypcbkv93x4fk0di8ivhr23mz2s2yqzwrx"))))
(properties (properties
`((upstream-name . "topGO"))) `((upstream-name . "topGO")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi) `(("r-annotationdbi" ,r-annotationdbi)
("r-dbi" ,r-dbi)
("r-biobase" ,r-biobase) ("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-go-db" ,r-go-db) ("r-go-db" ,r-go-db)