mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: r-tmb: Update to 1.7.19.
* gnu/packages/cran.scm (r-tmb): Update to 1.7.19.
This commit is contained in:
parent
13c5e174d4
commit
b2ed0101f3
1 changed files with 2 additions and 2 deletions
|
@ -9936,14 +9936,14 @@ (define-public r-bayesplot
|
||||||
(define-public r-tmb
|
(define-public r-tmb
|
||||||
(package
|
(package
|
||||||
(name "r-tmb")
|
(name "r-tmb")
|
||||||
(version "1.7.18")
|
(version "1.7.19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TMB" version))
|
(uri (cran-uri "TMB" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dbps92sni9rnynj31z9zhg6l0vbczxhzlw7gnhpxjlzfnsglp3y"))))
|
"0vnjh8d5gnjswil8ld3gbbspy4m5l2pzar1mpj62qxn2mwx0cc4s"))))
|
||||||
(properties `((upstream-name . "TMB")))
|
(properties `((upstream-name . "TMB")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue