gnu: r-mhsmm: Update to 0.4.21.

* gnu/packages/cran.scm (r-mhsmm): Update to 0.4.21.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:16:25 +02:00
parent 09c96ff4d3
commit 9e39e9d1f3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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/")