mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-mhsmm: Update to 0.4.21.
* gnu/packages/cran.scm (r-mhsmm): Update to 0.4.21.
This commit is contained in:
parent
09c96ff4d3
commit
9e39e9d1f3
1 changed files with 2 additions and 2 deletions
|
@ -15027,13 +15027,13 @@ (define-public r-accelmissing
|
|||
(define-public r-mhsmm
|
||||
(package
|
||||
(name "r-mhsmm")
|
||||
(version "0.4.16")
|
||||
(version "0.4.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mhsmm" version))
|
||||
(sha256
|
||||
(base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
|
||||
(base32 "1fibgpl65bl3rwlf9dhlams3gxbjqgwcd26gb0flp4wln6pl8d99"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mvtnorm))
|
||||
(home-page "https://github.com/jaredo/mhsmm/")
|
||||
|
|
Loading…
Reference in a new issue