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