me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.7.16.

* gnu/packages/cran.scm (r-tmb): Update to 1.7.16.
master
Ricardo Wurmus 2020-01-16 05:42:42 +01:00
parent c8cf595a31
commit c7040fe4ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8379,14 +8379,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.7.15")
(version "1.7.16")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"1r2d8c5iazihba42sn33yarv0dcfiy989sx64zcf14zr8k6cgjzs"))))
"0lly12hdi99iklwr0vg9xkyhi038w4gncbf895qcwbndmqp0lx44"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs