[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/146: gnu: r-nmf: Update to 0.24.0.
From: |
guix-commits |
Subject: |
01/146: gnu: r-nmf: Update to 0.24.0. |
Date: |
Mon, 11 Apr 2022 17:08:23 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 388945c6c22f069ff616c2676ab2496e4ae43638
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:00:56 2022 +0200
gnu: r-nmf: Update to 0.24.0.
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.24.0.
---
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 e6555c93df..46ac053a27 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2089,14 +2089,14 @@ mapping.")
(define-public r-nmf
(package
(name "r-nmf")
- (version "0.23.0")
+ (version "0.24.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "NMF" version))
(sha256
(base32
- "0ls7q9yc9l1z10jphq5a11wkfgcxc3gm3sfjj376zx3vnc0wl30g"))))
+ "14yxra6in5c1md5nr75y8cdmh9pg0lxqabqflvlhgg1vbg9i2628"))))
(properties `((upstream-name . "NMF")))
(build-system r-build-system)
(propagated-inputs
- branch wip-r created (now 71a5f51966), guix-commits, 2022/04/11
- 01/146: gnu: r-nmf: Update to 0.24.0.,
guix-commits <=
- 02/146: gnu: r-abn: Update to 2.7-0., guix-commits, 2022/04/11
- 03/146: gnu: r-datawizard: Update to 0.4.0., guix-commits, 2022/04/11
- 04/146: gnu: r-waldo: Update to 0.4.0., guix-commits, 2022/04/11
- 05/146: gnu: r-ggpp: Update to 0.4.4., guix-commits, 2022/04/11
- 07/146: gnu: r-mboost: Update to 2.9-6., guix-commits, 2022/04/11
- 11/146: gnu: r-sass: Update to 0.4.1., guix-commits, 2022/04/11
- 13/146: gnu: r-rcppthread: Update to 2.1.3., guix-commits, 2022/04/11
- 06/146: gnu: r-ggpmisc: Update to 0.4.6., guix-commits, 2022/04/11
- 21/146: gnu: r-vctrs: Update to 0.4.0., guix-commits, 2022/04/11
- 26/146: gnu: r-cubature: Update to 2.0.4.4., guix-commits, 2022/04/11