gnu: r-tclust: Update to 1.2-7.

* gnu/packages/statistics.scm (r-tclust): Update to 1.2-7.
This commit is contained in:
Ricardo Wurmus 2017-08-03 17:29:20 +02:00
parent 6bb4bfa4bc
commit 85cd755417
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5101,14 +5101,14 @@ multivariate case.")
(define-public r-tclust (define-public r-tclust
(package (package
(name "r-tclust") (name "r-tclust")
(version "1.2-3") (version "1.2-7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "tclust" version)) (uri (cran-uri "tclust" version))
(sha256 (sha256
(base32 (base32
"0a1b7yp4l9wf6ic5czizyl2cnxrc1virj0icr8i6m1vv23jd8jfp")))) "1mvqr280c6kwpg98byd0r1y0qf238xn2x15y8npqch6lpcszlb3x"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-cluster" ,r-cluster) `(("r-cluster" ,r-cluster)