gnu: r-afex: Update to 0.23-0.
* gnu/packages/cran.scm (r-afex): Update to 0.23-0.
This commit is contained in:
parent
f18ca07eef
commit
e2fee46f04
|
@ -8280,14 +8280,14 @@ analysing multivariate abundance data in community ecology.")
|
||||||
(define-public r-afex
|
(define-public r-afex
|
||||||
(package
|
(package
|
||||||
(name "r-afex")
|
(name "r-afex")
|
||||||
(version "0.22-1")
|
(version "0.23-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "afex" version))
|
(uri (cran-uri "afex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"065wbxljl77zqvc2c4gpfpfyc6mbnnrf24q399q9bxmrz3sapj8n"))))
|
"0yv4s7461swn0116y4wq9v139p1br5rr6hhnq1cmkbvybmwj2vp7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-car" ,r-car)
|
`(("r-car" ,r-car)
|
||||||
|
|
Loading…
Reference in New Issue