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

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-9.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:37 +02:00
parent 031c6f65a2
commit 295b984fbc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)