mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-glmmtmb: Update to 1.0.1.
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.1.
This commit is contained in:
parent
5cef0ef018
commit
bd1a2cb2c4
1 changed files with 2 additions and 2 deletions
|
@ -8449,14 +8449,14 @@ (define-public r-sjstats
|
|||
(define-public r-glmmtmb
|
||||
(package
|
||||
(name "r-glmmtmb")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "glmmTMB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1md4yw4kbng953rz1n9g1v2xffk3cxx1qmp0kvbdayg1s82l1rgx"))))
|
||||
"0sdx1q7wc7895xh8747r4p0wkij0xjgn5ij62ipi9423zd0sr0mm"))))
|
||||
(properties `((upstream-name . "glmmTMB")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue