me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.7.21.

* gnu/packages/cran.scm (r-tmb): Update to 1.7.21.
master
Ricardo Wurmus 2021-09-29 15:33:20 +02:00
parent c3edeb93e4
commit 4425c18984
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11273,14 +11273,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.7.20")
(version "1.7.21")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"14wapc8bicr4j7mmrv1hrsw407lsbr7l4cfvy3j9sfjdbrq31a37"))))
"1lf9vf28l48xhw2irxfxl4vsqzj7skzblydw32p18zddzpapl0z9"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs