gnu: r-factoextra: Update to 1.0.7.

* gnu/packages/cran.scm (r-factoextra): Update to 1.0.7.
This commit is contained in:
Ricardo Wurmus 2020-04-03 07:14:26 +02:00
parent 0df1844afa
commit cded01f52d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6042,14 +6042,14 @@ (define-public r-factominer
(define-public r-factoextra
(package
(name "r-factoextra")
(version "1.0.6")
(version "1.0.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "factoextra" version))
(sha256
(base32
"0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
"1allvdjhd3pq8xz30b1cymwcik5iaahghrjrlnn54cwkfhfg0kv2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-abind" ,r-abind)