guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

137/215: gnu: r-biocneighbors: Update to 1.2.0.


From: guix-commits
Subject: 137/215: gnu: r-biocneighbors: Update to 1.2.0.
Date: Sun, 5 May 2019 18:15:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6fc161fc3e243f05a9ed1e3f2f10571c030890b0
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:57:21 2019 +0200

    gnu: r-biocneighbors: Update to 1.2.0.
    
    * gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.2.0.
    [propagated-inputs]: Add r-biocgenerics and r-rcpphnsw.
---
 gnu/packages/bioconductor.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b9d9050..52f05cf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1716,20 +1716,22 @@ samples.")
 (define-public r-biocneighbors
   (package
     (name "r-biocneighbors")
-    (version "1.0.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "BiocNeighbors" version))
        (sha256
         (base32
-         "1fsb96acidlxwf0h65xv7fnwdi58ckmq00gmwykrlawh88wgn1ll"))))
+         "08ak72y6mafzkhzfkx6b7waljpa0f1nxcrvyspd88sgzxgxjnkmg"))))
     (properties `((upstream-name . "BiocNeighbors")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-biocparallel" ,r-biocparallel)
+     `(("r-biocgenerics" ,r-biocgenerics)
+       ("r-biocparallel" ,r-biocparallel)
        ("r-rcpp" ,r-rcpp)
        ("r-rcppannoy" ,r-rcppannoy)
+       ("r-rcpphnsw" ,r-rcpphnsw)
        ("r-s4vectors" ,r-s4vectors)))
     (home-page "https://bioconductor.org/packages/BiocNeighbors";)
     (synopsis "Nearest Neighbor Detection for Bioconductor packages")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]