mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
(define-public r-category
|
||||||
(package
|
(package
|
||||||
(name "r-category")
|
(name "r-category")
|
||||||
(version "2.42.1")
|
(version "2.44.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Category" version))
|
(uri (bioconductor-uri "Category" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w186nhc85bglcgmbcrsdbb8l6rph21pl5kdwjqwkp0jnr9z0ifn"))))
|
"0mkav04vbla0xfa0dssxdd0rjs589sxi83xklf5iq5hj3dm8y0i8"))))
|
||||||
(properties `((upstream-name . "Category")))
|
(properties `((upstream-name . "Category")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -5931,7 +5931,7 @@ (define-public r-category
|
||||||
("r-gseabase" ,r-gseabase)
|
("r-gseabase" ,r-gseabase)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-rbgl" ,r-rbgl)
|
("r-rbgl" ,r-rbgl)
|
||||||
("r-rsqlite" ,r-rsqlite)))
|
("r-dbi" ,r-dbi)))
|
||||||
(home-page "https://bioconductor.org/packages/Category")
|
(home-page "https://bioconductor.org/packages/Category")
|
||||||
(synopsis "Category analysis")
|
(synopsis "Category analysis")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue