me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-e1071): Update to 1.7-14.

Change-Id: Ib5fec1c275936a335e612e65f417d92dadc8a972
Ricardo Wurmus 2023-12-15 12:17:11 +01:00
parent e1a846a257
commit d17289bad2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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