mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-glmmtmb: Update to 1.1.2.3.
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.1.2.3.
This commit is contained in:
parent
4425c18984
commit
2e19022971
1 changed files with 2 additions and 2 deletions
|
@ -11344,14 +11344,14 @@ (define-public r-sjstats
|
|||
(define-public r-glmmtmb
|
||||
(package
|
||||
(name "r-glmmtmb")
|
||||
(version "1.1.2")
|
||||
(version "1.1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glmmTMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mivh385j1601668n3dg72lws9720kzm7709z509w3a71wcikmz7"))))
|
||||
"1yfwwz2dhd34vgagg8hi7irkqw8padavbc7337jdiwgk3w01wqsm"))))
|
||||
(properties `((upstream-name . "glmmTMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue