me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.7.19.

* gnu/packages/cran.scm (r-tmb): Update to 1.7.19.
master
Ricardo Wurmus 2021-02-11 00:53:58 +01:00
parent 13c5e174d4
commit b2ed0101f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9936,14 +9936,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.7.18")
(version "1.7.19")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"0dbps92sni9rnynj31z9zhg6l0vbczxhzlw7gnhpxjlzfnsglp3y"))))
"0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs