guix-commits
[Top][All Lists]
Advanced

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

31/324: gnu: r-bluster: Update to 1.2.1.


From: guix-commits
Subject: 31/324: gnu: r-bluster: Update to 1.2.1.
Date: Sat, 5 Jun 2021 03:14:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4075ac72870674c4947d35b89745d38098d6f482
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:39 2021 +0200

    gnu: r-bluster: Update to 1.2.1.
    
    * gnu/packages/bioconductor.scm (r-bluster): Update to 1.2.1.
    [propagated-inputs]: Add r-cluster.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 80bf7f7..e57cfdd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1511,18 +1511,19 @@ array-like objects like @code{DataFrame} objects 
(typically with Rle columns),
 (define-public r-bluster
   (package
    (name "r-bluster")
-   (version "1.0.0")
+   (version "1.2.1")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "bluster" version))
             (sha256
              (base32
-              "0izrf82m5znyrgai5y5jss4k2brabh4ajxdvnlwwc92l5bw7jp61"))))
+              "128zd5vwlhmrkq0bpp1dxnkrcqfz1mjmdjlla4wqbjv7v6yyn6lg"))))
    (properties `((upstream-name . "bluster")))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-biocneighbors" ,r-biocneighbors)
       ("r-biocparallel" ,r-biocparallel)
+      ("r-cluster" ,r-cluster)
       ("r-igraph" ,r-igraph)
       ("r-matrix" ,r-matrix)
       ("r-rcpp" ,r-rcpp)



reply via email to

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