guix-commits
[Top][All Lists]
Advanced

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

07/143: gnu: r-nmf: Update to 0.25.


From: guix-commits
Subject: 07/143: gnu: r-nmf: Update to 0.25.
Date: Tue, 29 Nov 2022 13:29:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 08fb5279a566d1ff4531fe9c741a97f0bce525b3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:21:54 2022 +0100

    gnu: r-nmf: Update to 0.25.
    
    * gnu/packages/bioconductor.scm (r-nmf): Update to 0.25.
    [propagated-inputs]: Remove r-pkgmaker; add r-codetools.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 39c9c6f809..d38e2bc884 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4216,18 +4216,19 @@ mapping.")
 (define-public r-nmf
   (package
     (name "r-nmf")
-    (version "0.24.0")
+    (version "0.25")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "NMF" version))
        (sha256
         (base32
-         "14yxra6in5c1md5nr75y8cdmh9pg0lxqabqflvlhgg1vbg9i2628"))))
+         "0kdl7yz4v7pms6y2lff4x5w7pwkx54488qx0v539qmvcbxv1if98"))))
     (properties `((upstream-name . "NMF")))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cluster
+           r-codetools
            r-biobase
            r-biocmanager
            r-bigmemory ; suggested
@@ -4238,7 +4239,6 @@ mapping.")
            r-foreach
            r-ggplot2
            r-gridbase
-           r-pkgmaker
            r-rcolorbrewer
            r-registry
            r-reshape2



reply via email to

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