mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue