[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/18: gnu: r-factominer: Update to 2.11.
From: |
guix-commits |
Subject: |
02/18: gnu: r-factominer: Update to 2.11. |
Date: |
Mon, 22 Apr 2024 06:35:19 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6a960987cec87b9d665c7c2bd084721a1a6d5a09
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 22 12:34:14 2024 +0200
gnu: r-factominer: Update to 2.11.
* gnu/packages/cran.scm (r-factominer): Update to 2.11.
Change-Id: Id24133b66e55ef6b41710dbc98cbb3daf2ef4b9f
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 43e14ed63b..9590e7c81d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14022,14 +14022,14 @@ clustering.")
(define-public r-factominer
(package
(name "r-factominer")
- (version "2.10")
+ (version "2.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "FactoMineR" version))
(sha256
(base32
- "1kjb0hk7zck8702inw9ayxrpbi8raq3rldxsq848lk15z3wg9r6w"))))
+ "0qzhfjcz0kahqf214g4xs7gfpqx05xbfiwa5r2ldgn2drd16phij"))))
(properties `((upstream-name . "FactoMineR")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (22030634ef -> 28e41dc3bc), guix-commits, 2024/04/22
- 02/18: gnu: r-factominer: Update to 2.11.,
guix-commits <=
- 07/18: gnu: r-pamr: Update to 1.56.2., guix-commits, 2024/04/22
- 06/18: gnu: r-apcluster: Update to 1.4.12., guix-commits, 2024/04/22
- 09/18: gnu: r-tolerance: Update to 3.0.0., guix-commits, 2024/04/22
- 03/18: gnu: r-tarchetypes: Update to 0.9.0., guix-commits, 2024/04/22
- 05/18: gnu: r-tm: Update to 0.7-13., guix-commits, 2024/04/22
- 01/18: gnu: r-seriation: Update to 1.5.5., guix-commits, 2024/04/22
- 04/18: gnu: r-targets: Update to 1.7.0., guix-commits, 2024/04/22
- 08/18: gnu: r-uwot: Update to 0.2.2., guix-commits, 2024/04/22
- 16/18: gnu: r-openssl: Update to 2.1.2., guix-commits, 2024/04/22
- 13/18: gnu: r-gsa: Update to 1.03.3., guix-commits, 2024/04/22