diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:22:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:20 +0100 |
commit | 85120938e39d9460abd38bbfbad224ff187511f1 (patch) | |
tree | b9cd68b27ed3742c153f3650a5f6425532cdcea5 | |
parent | 08ffc4ebdbb385b991906fcf4e9bedac7b3fcfdf (diff) | |
download | guix-85120938e39d9460abd38bbfbad224ff187511f1.tar.gz |
gnu: r-dlm: Update to 1.1-6.
* gnu/packages/cran.scm (r-dlm): Update to 1.1-6.
-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 5f38b89a47..91b1198aa5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1127,13 +1127,13 @@ BSI. Further information can be found in Brock, G et al. (2008) <doi: (define-public r-dlm (package (name "r-dlm") - (version "1.1-5") + (version "1.1-6") (source (origin (method url-fetch) (uri (cran-uri "dlm" version)) (sha256 - (base32 "1aksm66sfa7ipl5xgs4j5giac7q2m744wjl40mva56xn6i674h4r")))) + (base32 "0mxfakryagyg2idjhw1ydp4xqk57s3z17cv69hj16lisx8q43pc9")))) (properties `((upstream-name . "dlm"))) (build-system r-build-system) (home-page "https://cran.r-project.org/package=dlm") |