mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: r-category: Update to 2.44.0.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.44.0. [propagated-inputs]: Remove r-rsqlite; add r-dbi.
This commit is contained in:
parent
65a8cd6676
commit
2404cc4283
1 changed files with 3 additions and 3 deletions
|
@ -5911,14 +5911,14 @@ (define-public r-gseabase
|
|||
(define-public r-category
|
||||
(package
|
||||
(name "r-category")
|
||||
(version "2.42.1")
|
||||
(version "2.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Category" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w186nhc85bglcgmbcrsdbb8l6rph21pl5kdwjqwkp0jnr9z0ifn"))))
|
||||
"0mkav04vbla0xfa0dssxdd0rjs589sxi83xklf5iq5hj3dm8y0i8"))))
|
||||
(properties `((upstream-name . "Category")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -5931,7 +5931,7 @@ (define-public r-category
|
|||
("r-gseabase" ,r-gseabase)
|
||||
("r-matrix" ,r-matrix)
|
||||
("r-rbgl" ,r-rbgl)
|
||||
("r-rsqlite" ,r-rsqlite)))
|
||||
("r-dbi" ,r-dbi)))
|
||||
(home-page "https://bioconductor.org/packages/Category")
|
||||
(synopsis "Category analysis")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue