guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit f1017162b4b8a5ef650a4787d2ed33276658a5e7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 21 10:03:28 2026 +0100
gnu: r-laplacesdemon: Update to 16.1.8.
* gnu/packages/cran.scm (r-laplacesdemon): Update to 16.1.8.
Change-Id: I95dbf673a203150797a01fd12ed275aacc308c1c
---
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 d6964dd3a3..453200ff82 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18561,13 +18561,13 @@ installing the entire GSL.")
(define-public r-laplacesdemon
(package
(name "r-laplacesdemon")
- (version "16.1.6")
+ (version "16.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "LaplacesDemon" version))
(sha256
- (base32 "1dsfp65cg06f25zjzd5ib4qyn1alfhbhpgyvpcw5n6bszn13idap"))))
+ (base32 "0527wm9frwfpvxxr9p10i4yspqq89wcdy87pkkaxqhnji5amdk34"))))
(properties `((upstream-name . "LaplacesDemon")))
(build-system r-build-system)
(home-page "https://github.com/LaplacesDemonR/LaplacesDemon")