me
/
guix
Archived
1
0
Fork 0

gnu: r-biocneighbors: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.14.0.
master
Ricardo Wurmus 2022-05-28 12:44:52 +02:00
parent 0190978dcf
commit ccee3dcc6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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