mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocneighbors: Update to 1.8.2.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.8.2. [propagated-inputs]: Remove r-rcppannoy.
This commit is contained in:
parent
371ba7b4be
commit
4714787793
1 changed files with 2 additions and 3 deletions
|
@ -2540,21 +2540,20 @@ samples.")
|
||||||
(define-public r-biocneighbors
|
(define-public r-biocneighbors
|
||||||
(package
|
(package
|
||||||
(name "r-biocneighbors")
|
(name "r-biocneighbors")
|
||||||
(version "1.8.1")
|
(version "1.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocNeighbors" version))
|
(uri (bioconductor-uri "BiocNeighbors" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hip1sgi3zkrf8g9bw12alaszivja3difalnybr5s7gvh8qd5sf4"))))
|
"19gyl917lf5ydy5hgj0hnc388rw5sbj83awav9js2yr2zmbgn4d7"))))
|
||||||
(properties `((upstream-name . "BiocNeighbors")))
|
(properties `((upstream-name . "BiocNeighbors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocparallel" ,r-biocparallel)
|
`(("r-biocparallel" ,r-biocparallel)
|
||||||
("r-matrix" ,r-matrix)
|
("r-matrix" ,r-matrix)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rcppannoy" ,r-rcppannoy)
|
|
||||||
("r-rcpphnsw" ,r-rcpphnsw)
|
("r-rcpphnsw" ,r-rcpphnsw)
|
||||||
("r-s4vectors" ,r-s4vectors)))
|
("r-s4vectors" ,r-s4vectors)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue