mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-tclust: Update to 2.0-4.
* gnu/packages/statistics.scm (r-tclust): Update to 2.0-4. Change-Id: I5d2cabd4fbbbb7e540cfe129bbeb5e0e2b9f7a84
This commit is contained in:
parent
87273f874b
commit
61bf9b8c0d
1 changed files with 2 additions and 2 deletions
|
@ -6296,14 +6296,14 @@ (define-public r-sn
|
|||
(define-public r-tclust
|
||||
(package
|
||||
(name "r-tclust")
|
||||
(version "2.0-3")
|
||||
(version "2.0-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tclust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0l0m77a4r7izzw8akx7cz1qcxpvbjgg364yjapazji290741rfs6"))))
|
||||
"0y05aqpmal7ky33hs8n1phai94d7f48ich43jvy4m5wbfxkp2rm6"))))
|
||||
(build-system r-build-system)
|
||||
;; These are all suggested packages, not build dependencies.
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue