me
/
guix
Archived
1
0
Fork 0

gnu: r-biocneighbors: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.18.0.
master
Ricardo Wurmus 2023-04-28 18:00:06 +02:00
parent 12c8b61d67
commit f514cc8ad7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10932,14 +10932,14 @@ samples.")
(define-public r-biocneighbors
(package
(name "r-biocneighbors")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocNeighbors" version))
(sha256
(base32
"09f00rf5gwwlxxaycsciq4l53gjg5kjayx8xzhns2yf1fv297j9p"))))
"1i4b37n9darizfq9i4vvbnxgrwhkvvd25a4cpfjv7nqywjfbsfjd"))))
(properties `((upstream-name . "BiocNeighbors")))
(build-system r-build-system)
(propagated-inputs