mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-tclust: Update to 1.5-1.
* gnu/packages/statistics.scm (r-tclust): Update to 1.5-1.
This commit is contained in:
parent
58c5fe1918
commit
a415f00c5d
1 changed files with 2 additions and 2 deletions
|
@ -5818,14 +5818,14 @@ (define-public r-sn
|
|||
(define-public r-tclust
|
||||
(package
|
||||
(name "r-tclust")
|
||||
(version "1.4-2")
|
||||
(version "1.5-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tclust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nb5iky4kc832627jf28lzj19wrvgwg5da6fyl3kyf0npmyx1p4m"))))
|
||||
"09zk38gih67a8lk72k46mfgv21jpnxh2nzrxc5ypdc2bfwq8nckk"))))
|
||||
(build-system r-build-system)
|
||||
;; These are all suggested packages, not build dependencies.
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue