rekado pushed a commit to branch r-team
in repository guix.
commit 9c20786adb97d12b6fe18934b92533e56428ecbd
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue May 13 10:25:47 2025 +0200
gnu: r-depmixs4: Update to 1.5-1.
* gnu/packages/cran.scm (r-depmixs4): Update to 1.5-1.
[native-inputs]: Add r-gamlss-dist.
Change-Id: I392106b6b465c3e72b3822904b795a3203ab791a
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 803aeb177f..26ecbc466d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11085,16 +11085,16 @@ efficiency.")
(define-public r-depmixs4
(package
(name "r-depmixs4")
- (version "1.5-0")
+ (version "1.5-1")
(source (origin
(method url-fetch)
(uri (cran-uri "depmixS4" version))
(sha256
(base32
- "1pacvhw5m4fsk3ysbal50fdqbvlaz8ywyqp6bn1wh42wipqbb2i8"))))
+ "0dim05r9q97gamr2kviz2q4f67fhpvw5j8gf0prcg8nn64d3nw8j"))))
(propagated-inputs
(list r-mass r-nlme r-nnet r-rsolnp))
- (native-inputs (list r-gamlss))
+ (native-inputs (list r-gamlss r-gamlss-dist))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/depmixS4/")
(synopsis "Dependent Mixture Models")