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

* gnu/packages/cran.scm (r-afex): Update to 0.23-0.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:41:57 +01:00
parent f18ca07eef
commit e2fee46f04
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8280,14 +8280,14 @@ (define-public r-mvabund
(define-public r-afex
(package
(name "r-afex")
(version "0.22-1")
(version "0.23-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "afex" version))
(sha256
(base32
"065wbxljl77zqvc2c4gpfpfyc6mbnnrf24q399q9bxmrz3sapj8n"))))
"0yv4s7461swn0116y4wq9v139p1br5rr6hhnq1cmkbvybmwj2vp7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-car" ,r-car)