mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-e1071: Update to 1.7-9.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-9.
This commit is contained in:
parent
031c6f65a2
commit
295b984fbc
1 changed files with 2 additions and 2 deletions
|
@ -3774,14 +3774,14 @@ (define-public r-rtsne
|
|||
(define-public r-e1071
|
||||
(package
|
||||
(name "r-e1071")
|
||||
(version "1.7-8")
|
||||
(version "1.7-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "e1071" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16lw0pr71h00whndkkv9zh2ixm6vc8bkp8m4i5wwhmihd9abdkdb"))))
|
||||
"09i2hmyf1bxansqp24p9n9djlzzarclqs173gjjv3fg0giga3ycv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-class" ,r-class)
|
||||
|
|
Loading…
Reference in a new issue