me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.9.13.

* gnu/packages/cran.scm (r-tmb): Update to 1.9.13.

Change-Id: I11f1165702c22bfb730efda52a9055af51d7118f
master
Ricardo Wurmus 2024-07-02 14:58:40 +02:00
parent 722773d49e
commit 8c20e385cd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18071,14 +18071,14 @@ Bayesian modeling.")
(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