3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-biocneighbors: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.12.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:15 +00:00
parent 7ec0b978de
commit 651d54ef51
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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