me
/
guix
Archived
1
0
Fork 0

gnu: r-tmb: Update to 1.9.1.

* gnu/packages/cran.scm (r-tmb): Update to 1.9.1.
master
Ricardo Wurmus 2022-09-20 10:53:00 +02:00
parent 4d1620474b
commit e6dc7908cc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12942,14 +12942,14 @@ Bayesian modeling.")
(define-public r-tmb
(package
(name "r-tmb")
(version "1.9.0")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "TMB" version))
(sha256
(base32
"1mr5vwamw6ag1fhd83jyy6015296908qwshwq0fcphhiv60x579c"))))
"03zv38gig31ir5gdhgw5j6j8xn1f4y91j2r87fv31gywmg1bhzl9"))))
(properties `((upstream-name . "TMB")))
(build-system r-build-system)
(propagated-inputs