mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-tmb: Update to 1.9.0.
* gnu/packages/cran.scm (r-tmb): Update to 1.9.0.
This commit is contained in:
parent
b56c3b790c
commit
142ce27e7a
1 changed files with 2 additions and 2 deletions
|
@ -12226,14 +12226,14 @@ (define-public r-bayesplot
|
||||||
(define-public r-tmb
|
(define-public r-tmb
|
||||||
(package
|
(package
|
||||||
(name "r-tmb")
|
(name "r-tmb")
|
||||||
(version "1.8.1")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TMB" version))
|
(uri (cran-uri "TMB" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hzvvx1g5nkmiqwzihj8nir48k7idbw1jvb14ldjk9rsikgpywdl"))))
|
"1mr5vwamw6ag1fhd83jyy6015296908qwshwq0fcphhiv60x579c"))))
|
||||||
(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