mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-tmb: Update to 1.7.22.
* gnu/packages/cran.scm (r-tmb): Update to 1.7.22.
This commit is contained in:
parent
bc26a9db39
commit
4b20190e11
1 changed files with 2 additions and 2 deletions
|
@ -11295,14 +11295,14 @@ (define-public r-bayesplot
|
|||
(define-public r-tmb
|
||||
(package
|
||||
(name "r-tmb")
|
||||
(version "1.7.21")
|
||||
(version "1.7.22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "TMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lf9vf28l48xhw2irxfxl4vsqzj7skzblydw32p18zddzpapl0z9"))))
|
||||
"116k7ffgadhkqq4lckfd4403qvybcls1hcs1ap1b7lkylghjahf2"))))
|
||||
(properties `((upstream-name . "TMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue