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

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-11.
This commit is contained in:
Ricardo Wurmus 2022-06-13 14:22:03 +02:00
parent 03aba54185
commit ed945c7732
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3835,14 +3835,14 @@ (define-public r-rtsne
(define-public r-e1071
(package
(name "r-e1071")
(version "1.7-9")
(version "1.7-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "e1071" version))
(sha256
(base32
"09i2hmyf1bxansqp24p9n9djlzzarclqs173gjjv3fg0giga3ycv"))))
"0byr92csnydycdarxdkq4cghddnx5qp6fqxm6wnp9g6aww88xha8"))))
(build-system r-build-system)
(propagated-inputs
(list r-class r-proxy))