mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -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
|
(define-public r-mhsmm
|
||||||
(package
|
(package
|
||||||
(name "r-mhsmm")
|
(name "r-mhsmm")
|
||||||
(version "0.4.16")
|
(version "0.4.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mhsmm" version))
|
(uri (cran-uri "mhsmm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "009dj0zkj1zry7jr9hf4cknb686z50a2l967if64xm0dvjmp7dgs"))))
|
(base32 "1fibgpl65bl3rwlf9dhlams3gxbjqgwcd26gb0flp4wln6pl8d99"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-mvtnorm))
|
(propagated-inputs (list r-mvtnorm))
|
||||||
(home-page "https://github.com/jaredo/mhsmm/")
|
(home-page "https://github.com/jaredo/mhsmm/")
|
||||||
|
|
Loading…
Reference in a new issue