me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.8.0.

* gnu/packages/cran.scm (r-tmb): Update to 1.8.0.
Ricardo Wurmus 2022-03-15 14:28:34 +01:00
parent d147bf7a1f
commit aa9a3a69e0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11776,14 +11776,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.7.22")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"116k7ffgadhkqq4lckfd4403qvybcls1hcs1ap1b7lkylghjahf2"))))
"158spsz8inxhs3dw6cq2wwkkhvgkfjyyz577s89x08yly7layq2l"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs