guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: r-nmf: Update to 0.26.


From: guix-commits
Subject: 01/13: gnu: r-nmf: Update to 0.26.
Date: Tue, 21 Mar 2023 07:40:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 766479ca254224447e8890d3f146b6fefc8a782b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 21 12:14:32 2023 +0100

    gnu: r-nmf: Update to 0.26.
    
    * gnu/packages/bioconductor.scm (r-nmf): Update to 0.26.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 855f08eee5..fe446df67a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4902,14 +4902,14 @@ mapping.")
 (define-public r-nmf
   (package
     (name "r-nmf")
-    (version "0.25")
+    (version "0.26")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "NMF" version))
        (sha256
         (base32
-         "0kdl7yz4v7pms6y2lff4x5w7pwkx54488qx0v539qmvcbxv1if98"))))
+         "1h1fpjnj6vjvi9ygxpfxs8k5bhly0aflr54zj88khgzkylp5ci4d"))))
     (properties `((upstream-name . "NMF")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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