diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-21 10:03:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-07 11:57:28 +0100 |
| commit | f5040f3fcc1667834bf1b7d1a5bf09a19c13ded4 (patch) | |
| tree | 867c54e63b96245bf2fa57780e7042cde98cc4dd | |
| parent | 48bba7023e181d3b68ef5a322ab82143cca845d5 (diff) | |
gnu: r-laplacesdemon: Update to 16.1.8.
* gnu/packages/cran.scm (r-laplacesdemon): Update to 16.1.8.
Change-Id: I95dbf673a203150797a01fd12ed275aacc308c1c
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6a182ee7cd0..da17a7d5813 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18585,13 +18585,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") |
