gnu: r-tmb: Update to 1.9.10.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.10. Change-Id: I698e60a2f79fb84452b02e9d78053621c5aa8398
This commit is contained in:
parent
24e08f8f1d
commit
bf98450f01
1 changed files with 2 additions and 2 deletions
|
@ -16690,14 +16690,14 @@ (define-public r-bayesplot
|
|||
(define-public r-tmb
|
||||
(package
|
||||
(name "r-tmb")
|
||||
(version "1.9.9")
|
||||
(version "1.9.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k37xspfk9vqin63ggkm8qlki498h3k3kqg8wa9kff3y1mi8lf84"))))
|
||||
"1cc34zxn2x88fbh4clgbzia36800i30pdlywbkwc26zm50nsxpwi"))))
|
||||
(properties `((upstream-name . "TMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue