rekado pushed a commit to branch master
in repository guix.
commit 9e39e9d1f36d94acdf854fdfddd61a22b736c8ef
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:16:25 2023 +0200
gnu: r-mhsmm: Update to 0.4.21.
* gnu/packages/cran.scm (r-mhsmm): Update to 0.4.21.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cdc68c1b47..ebd4348676 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15027,13 +15027,13 @@ and the non-wearing time, selecting valid days and
subjects, and creating plots.
(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/")