me
/
guix
Archived
1
0
Fork 0

gnu: r-biocneighbors: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.10.0.
master
Ricardo Wurmus 2021-06-05 08:49:54 +02:00
parent 618f98c022
commit f5ae14832c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5622,14 +5622,14 @@ samples.")
(define-public r-biocneighbors
(package
(name "r-biocneighbors")
(version "1.8.2")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocNeighbors" version))
(sha256
(base32
"19gyl917lf5ydy5hgj0hnc388rw5sbj83awav9js2yr2zmbgn4d7"))))
"0cjidi18wjip9xzx83890wjk40vvjq06prf1ag4m2kac47w01r7v"))))
(properties `((upstream-name . "BiocNeighbors")))
(build-system r-build-system)
(propagated-inputs