mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01: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
|
(define-public r-tclust
|
||||||
(package
|
(package
|
||||||
(name "r-tclust")
|
(name "r-tclust")
|
||||||
(version "1.4-2")
|
(version "1.5-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tclust" version))
|
(uri (cran-uri "tclust" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nb5iky4kc832627jf28lzj19wrvgwg5da6fyl3kyf0npmyx1p4m"))))
|
"09zk38gih67a8lk72k46mfgv21jpnxh2nzrxc5ypdc2bfwq8nckk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; These are all suggested packages, not build dependencies.
|
;; These are all suggested packages, not build dependencies.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue