guix-commits
[Top][All Lists]
Advanced

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

23/80: gnu: r-factominer: Update to 2.7.


From: guix-commits
Subject: 23/80: gnu: r-factominer: Update to 2.7.
Date: Mon, 19 Dec 2022 12:32:16 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf9e3e0b644d8229eb23e138aa156c6c9e1030e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 17:07:19 2022 +0100

    gnu: r-factominer: Update to 2.7.
    
    * gnu/packages/cran.scm (r-factominer): Update to 2.7.
---
 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 fed742cf7c..0330c720e0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10583,14 +10583,14 @@ clustering.")
 (define-public r-factominer
   (package
     (name "r-factominer")
-    (version "2.6")
+    (version "2.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "FactoMineR" version))
        (sha256
         (base32
-         "0xcg4vjs5v9k28hhxhkfkks7nvpxpp2cvim00kh67f4pq041c9l1"))))
+         "03952kcnwrm61kn5im55ky1j91nm5x4i4f5gs115li6gck63xf17"))))
     (properties `((upstream-name . "FactoMineR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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