me
/
guix
Archived
1
0
Fork 0

gnu: r-glmmtmb: Update to 1.0.0.

* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.0.
master
Ricardo Wurmus 2020-02-19 21:11:02 +01:00
parent f09351f4c5
commit 0fb7f0acca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8447,14 +8447,14 @@ models.")
(define-public r-glmmtmb
(package
(name "r-glmmtmb")
(version "0.2.3")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "glmmTMB" version))
(sha256
(base32
"035hkywa37bz555fv6znxd4hfcs5w884365wfnwk4jx5vann4vvb"))))
"1md4yw4kbng953rz1n9g1v2xffk3cxx1qmp0kvbdayg1s82l1rgx"))))
(properties `((upstream-name . "glmmTMB")))
(build-system r-build-system)
(propagated-inputs