mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocneighbors: Update to 2.0.1.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 2.0.1. Change-Id: I9f3096ff7def4361ab3d4ff5fefe8ebea23ed3e3
This commit is contained in:
parent
f0160fee0e
commit
0e7c34ece4
1 changed files with 2 additions and 2 deletions
|
@ -16290,14 +16290,14 @@ samples.")
|
||||||
(define-public r-biocneighbors
|
(define-public r-biocneighbors
|
||||||
(package
|
(package
|
||||||
(name "r-biocneighbors")
|
(name "r-biocneighbors")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocNeighbors" version))
|
(uri (bioconductor-uri "BiocNeighbors" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k8jiypfv8gqrkgp51kjb3h0n0ddd8y84rg9jijyxzldqslgcak3"))))
|
"0dzk92ixhgnhrqkmw9fgap0yvmrml5a4cw1r3wbgf5vgq2ccx2yq"))))
|
||||||
(properties `((upstream-name . "BiocNeighbors")))
|
(properties `((upstream-name . "BiocNeighbors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue