mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-biocneighbors: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.22.0. Change-Id: Idef84694ed38033d5aa211a51c83e96d61e000c1
This commit is contained in:
parent
6d03ea0bf3
commit
6c9dbaa1f0
1 changed files with 2 additions and 2 deletions
|
@ -14138,14 +14138,14 @@ (define-public r-ruvseq
|
||||||
(define-public r-biocneighbors
|
(define-public r-biocneighbors
|
||||||
(package
|
(package
|
||||||
(name "r-biocneighbors")
|
(name "r-biocneighbors")
|
||||||
(version "1.20.2")
|
(version "1.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocNeighbors" version))
|
(uri (bioconductor-uri "BiocNeighbors" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lvsw920i75di5pwq7yvk8wcxp01wrh7863xmwbrmk5jrvl3y4h4"))))
|
"1krg4cs406ymk27qcj3j1jsl8vl4j9k5zvwf4vzxgbw3x6lpywid"))))
|
||||||
(properties `((upstream-name . "BiocNeighbors")))
|
(properties `((upstream-name . "BiocNeighbors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue