gnu: r-afex: Update to 0.26-0.

* gnu/packages/cran.scm (r-afex): Update to 0.26-0.
This commit is contained in:
Ricardo Wurmus 2020-01-27 16:28:13 +01:00
parent 5b959414e0
commit e99caf8a4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9077,14 +9077,14 @@ (define-public r-mvabund
(define-public r-afex
(package
(name "r-afex")
(version "0.25-1")
(version "0.26-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "afex" version))
(sha256
(base32
"12n020y7rjm7402940gkqxa5j901p093f381i23p66fa3fyrshkf"))))
"0h3p1svgk1ap3lj08fi8nzdb3710h99bv150krf1x8wci1a0r1if"))))
(build-system r-build-system)
(propagated-inputs
`(("r-car" ,r-car)