mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-factoextra: Update to 1.0.6.
* gnu/packages/cran.scm (r-factoextra): Update to 1.0.6.
This commit is contained in:
parent
9d617f53ab
commit
6051268076
1 changed files with 2 additions and 2 deletions
|
@ -5895,14 +5895,14 @@ (define-public r-factominer
|
||||||
(define-public r-factoextra
|
(define-public r-factoextra
|
||||||
(package
|
(package
|
||||||
(name "r-factoextra")
|
(name "r-factoextra")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "factoextra" version))
|
(uri (cran-uri "factoextra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l6m8k7qhdw8ndar8nhmym0lfyd1i2iszl1cicjax0vq23ss6xw1"))))
|
"0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-abind" ,r-abind)
|
`(("r-abind" ,r-abind)
|
||||||
|
|
Loading…
Reference in a new issue