gnu: r-e1071: Update to 1.7-12.

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-12.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:07 +01:00
parent 0a7962cca0
commit 8d3b912f32
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3848,14 +3848,14 @@ Stochastic Neighbor Embedding using a Barnes-Hut implementation.")
(define-public r-e1071
(package
(name "r-e1071")
(version "1.7-11")
(version "1.7-12")
(source
(origin
(method url-fetch)
(uri (cran-uri "e1071" version))
(sha256
(base32
"0byr92csnydycdarxdkq4cghddnx5qp6fqxm6wnp9g6aww88xha8"))))
"1ksxbkf2zb1hs353vc1qr8n2l7v0vcldn2prdnk79nr1lp855q4i"))))
(build-system r-build-system)
(propagated-inputs
(list r-class r-proxy))