mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -1472,14 +1472,14 @@ (define-public r-mice
|
|||
(define-public r-truncnorm
|
||||
(package
|
||||
(name "r-truncnorm")
|
||||
(version "1.0-7")
|
||||
(version "1.0-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "truncnorm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qac05z50618y4bw1d7yznsli1bv82s0g8h37iacrjrdkv87bmy7"))))
|
||||
"0zn88wdd58223kibk085rhsikl4yhlrwiyq109hzjg06hy6lwmj9"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/truncnorm/")
|
||||
(synopsis "Truncated normal distribution")
|
||||
|
|
Loading…
Reference in a new issue