mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: r-tmb: Update to 1.9.13.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.13. Change-Id: I11f1165702c22bfb730efda52a9055af51d7118f
This commit is contained in:
parent
722773d49e
commit
8c20e385cd
1 changed files with 2 additions and 2 deletions
|
@ -18071,14 +18071,14 @@ (define-public r-bayesplot
|
|||
(define-public r-tmb
|
||||
(package
|
||||
(name "r-tmb")
|
||||
(version "1.9.11")
|
||||
(version "1.9.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07z9565rn64k3ysvcgq6s792qg1v102gd9in5ifigm140zc4l45j"))))
|
||||
"0yr9xnl57cgw1q210iip5fxbgqd6pswiw0kgwf23v3glkadqq4gb"))))
|
||||
(properties `((upstream-name . "TMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue