me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.9.10.

* gnu/packages/cran.scm (r-tmb): Update to 1.9.10.

Change-Id: I698e60a2f79fb84452b02e9d78053621c5aa8398
master
Ricardo Wurmus 2023-12-28 00:44:34 +01:00
parent 24e08f8f1d
commit bf98450f01
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16690,14 +16690,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.9.9")
(version "1.9.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"0k37xspfk9vqin63ggkm8qlki498h3k3kqg8wa9kff3y1mi8lf84"))))
"1cc34zxn2x88fbh4clgbzia36800i30pdlywbkwc26zm50nsxpwi"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs