me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-13.
master
Ricardo Wurmus 2023-02-18 16:09:09 +01:00
parent a1876f13ed
commit a6df23d6b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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