gnu: r-factominer: Update to 2.7.

* gnu/packages/cran.scm (r-factominer): Update to 2.7.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:19 +01:00
parent c9f9ad5832
commit bf9e3e0b64
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10583,14 +10583,14 @@ (define-public r-flashclust
(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