me
/
guix
Archived
1
0
Fork 0

gnu: r-mvabund: Update to 4.2.1.

* gnu/packages/cran.scm (r-mvabund): Update to 4.2.1.
Ricardo Wurmus 2022-03-12 23:04:25 +01:00
parent 710a8f93c2
commit 8f6c93bec4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12586,14 +12586,14 @@ the interfaces between R and C++.")
(define-public r-mvabund
(package
(name "r-mvabund")
(version "4.1.12")
(version "4.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "mvabund" version))
(sha256
(base32
"107pwv2bwird1a98chcnbld2wqj9prkf4pkncyrrp304zpdkkby1"))))
"01kss9dx4an1ir5zs46jypvhj8sdc8wcs00i1223ai09av4lcsgd"))))
(build-system r-build-system)
(propagated-inputs
(list r-mass r-rcpp r-rcppgsl r-statmod r-tweedie))