gnu: r-tmb: Update to 1.9.9.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.9. Change-Id: I4af61e1b2fa947c64e5480763c9ea4e573634b76
This commit is contained in:
parent
c41ec87ace
commit
ac1cb93de6
1 changed files with 2 additions and 2 deletions
|
@ -16671,14 +16671,14 @@ Bayesian modeling.")
|
||||||
(define-public r-tmb
|
(define-public r-tmb
|
||||||
(package
|
(package
|
||||||
(name "r-tmb")
|
(name "r-tmb")
|
||||||
(version "1.9.6")
|
(version "1.9.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TMB" version))
|
(uri (cran-uri "TMB" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sh3arsj42gimgpva76p4dd969iwqw3n5wkzn487kl7vk5phdnh0"))))
|
"0k37xspfk9vqin63ggkm8qlki498h3k3kqg8wa9kff3y1mi8lf84"))))
|
||||||
(properties `((upstream-name . "TMB")))
|
(properties `((upstream-name . "TMB")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue