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