gnu: r-truncnorm: Update to 1.0-8.
* gnu/packages/cran.scm (r-truncnorm): Update to 1.0-8.
This commit is contained in:
parent
9aaf2813e2
commit
9d6f392529
|
@ -1472,14 +1472,14 @@ imputations.")
|
||||||
(define-public r-truncnorm
|
(define-public r-truncnorm
|
||||||
(package
|
(package
|
||||||
(name "r-truncnorm")
|
(name "r-truncnorm")
|
||||||
(version "1.0-7")
|
(version "1.0-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "truncnorm" version))
|
(uri (cran-uri "truncnorm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qac05z50618y4bw1d7yznsli1bv82s0g8h37iacrjrdkv87bmy7"))))
|
"0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/truncnorm/")
|
(home-page "https://cran.r-project.org/web/packages/truncnorm/")
|
||||||
(synopsis "Truncated normal distribution")
|
(synopsis "Truncated normal distribution")
|
||||||
|
|
Loading…
Reference in New Issue