mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: r-biocneighbors: Update to 1.4.2.
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.4.2.
This commit is contained in:
parent
8351faae8a
commit
aece78fe2f
1 changed files with 2 additions and 2 deletions
|
@ -2216,14 +2216,14 @@ (define-public r-ruvseq
|
||||||
(define-public r-biocneighbors
|
(define-public r-biocneighbors
|
||||||
(package
|
(package
|
||||||
(name "r-biocneighbors")
|
(name "r-biocneighbors")
|
||||||
(version "1.4.1")
|
(version "1.4.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
|
||||||
"05vi1cij37s8wgj92k3l6a3f3dwldj8jvijdp4695zczka6kypdf"))))
|
"1bx7i5pifj8w89fnhfgcfgcar2ik2ad8wqs2rix7yks90vz185i6"))))
|
||||||
(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