mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-factominer: Update to 2.7.
* gnu/packages/cran.scm (r-factominer): Update to 2.7.
This commit is contained in:
parent
c9f9ad5832
commit
bf9e3e0b64
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue