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:
Ricardo Wurmus 2023-12-15 12:16:55 +01:00
parent c41ec87ace
commit ac1cb93de6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16671,14 +16671,14 @@ (define-public r-bayesplot
(define-public r-tmb
(package
(name "r-tmb")
(version "1.9.6")
(version "1.9.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"1sh3arsj42gimgpva76p4dd969iwqw3n5wkzn487kl7vk5phdnh0"))))
"0k37xspfk9vqin63ggkm8qlki498h3k3kqg8wa9kff3y1mi8lf84"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs