gnu: r-tmb: Update to 1.9.2.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.2.
This commit is contained in:
parent
76d0698659
commit
c3d612127b
1 changed files with 2 additions and 2 deletions
|
@ -14057,14 +14057,14 @@ (define-public r-bayesplot
|
|||
(define-public r-tmb
|
||||
(package
|
||||
(name "r-tmb")
|
||||
(version "1.9.1")
|
||||
(version "1.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03zv38gig31ir5gdhgw5j6j8xn1f4y91j2r87fv31gywmg1bhzl9"))))
|
||||
"0kz5a3y6xcqz2ycxq6ff3jasc2hkvq2rxnpr618nng7k9gljc504"))))
|
||||
(properties `((upstream-name . "TMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue