mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +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
|
||||
(package
|
||||
(name "r-factoextra")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "factoextra" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l6m8k7qhdw8ndar8nhmym0lfyd1i2iszl1cicjax0vq23ss6xw1"))))
|
||||
"0bpsbcmp6jpa9qk53dhfzghrz98dh0h0n68brl7rjz724yjbvhn8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-abind" ,r-abind)
|
||||
|
|
Loading…
Reference in a new issue