guix-commits
[Top][All Lists]
Advanced

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

02/105: gnu: r-nmf: Update to 0.22.0.


From: guix-commits
Subject: 02/105: gnu: r-nmf: Update to 0.22.0.
Date: Wed, 19 Feb 2020 15:47:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit be1042b326d846737c8b18bd9bc155cdd63b5c3e
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 18:57:31 2020 +0100

    gnu: r-nmf: Update to 0.22.0.
    
    * gnu/packages/bioconductor.scm (r-nmf): Update to 0.22.0.
    [propagated-inputs]: Add r-biobase and r-biocmanager.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2e0f457..a99c629 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -726,18 +726,20 @@ closely reconstructs the mutational profile.")
 (define-public r-nmf
   (package
     (name "r-nmf")
-    (version "0.21.0")
+    (version "0.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "NMF" version))
        (sha256
         (base32
-         "1qq25n3k5sgh3srlshb3ic6q92s12c1ilqf5cd5anvq6cqfchc1v"))))
+         "0b2ls3x1nkrnam45hagpys624nzxj3v7kxnp0q216yakvx5h57cq"))))
     (properties `((upstream-name . "NMF")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-cluster" ,r-cluster)
+       ("r-biobase" ,r-biobase)
+       ("r-biocmanager" ,r-biocmanager)
        ("r-bigmemory" ,r-bigmemory) ; suggested
        ("r-synchronicity" ,r-synchronicity) ; suggested
        ("r-colorspace" ,r-colorspace)



reply via email to

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