gnu: r-afex: Update to 0.26-0.
* gnu/packages/cran.scm (r-afex): Update to 0.26-0.
This commit is contained in:
parent
5b959414e0
commit
e99caf8a4c
1 changed files with 2 additions and 2 deletions
|
@ -9077,14 +9077,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.25-1")
|
(version "0.26-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
|
||||||
"12n020y7rjm7402940gkqxa5j901p093f381i23p66fa3fyrshkf"))))
|
"0h3p1svgk1ap3lj08fi8nzdb3710h99bv150krf1x8wci1a0r1if"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-car" ,r-car)
|
`(("r-car" ,r-car)
|
||||||
|
|
Reference in a new issue