1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 18:50:32 +02:00

gnu: r-biocneighbors: Update to 1.20.2.

* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2.

Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
This commit is contained in:
Ricardo Wurmus
2024-01-11 14:41:22 +01:00
parent 6972aba5ea
commit c04ec0ed02

View File

@@ -13317,14 +13317,14 @@ samples.")
(define-public r-biocneighbors
(package
(name "r-biocneighbors")
(version "1.20.1")
(version "1.20.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocNeighbors" version))
(sha256
(base32
"0w7hd6w0lmj1jaaq9zd5gwnnpkzcr0byqm5q584wjg4xgvsb981j"))))
"0lvsw920i75di5pwq7yvk8wcxp01wrh7863xmwbrmk5jrvl3y4h4"))))
(properties `((upstream-name . "BiocNeighbors")))
(build-system r-build-system)
(propagated-inputs