mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-e1071: Update to 1.7-13.
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-13.
This commit is contained in:
parent
a1876f13ed
commit
a6df23d6b9
1 changed files with 2 additions and 2 deletions
|
@ -3916,14 +3916,14 @@ (define-public r-rtsne
|
|||
(define-public r-e1071
|
||||
(package
|
||||
(name "r-e1071")
|
||||
(version "1.7-12")
|
||||
(version "1.7-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "e1071" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ksxbkf2zb1hs353vc1qr8n2l7v0vcldn2prdnk79nr1lp855q4i"))))
|
||||
"0bvbgcbj8a5z3rv4z4cx6dlwhk374fwd8l1jkq7slsbfmy8y356s"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-class r-proxy))
|
||||
|
|
Loading…
Reference in a new issue