gnu: r-dlm: Update to 1.1-6.
* gnu/packages/cran.scm (r-dlm): Update to 1.1-6.
parent
08ffc4ebdb
commit
85120938e3
|
@ -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")
|
||||
|
|
Reference in New Issue