mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-afex: Update to 1.3-0.
* gnu/packages/cran.scm (r-afex): Update to 1.3-0.
This commit is contained in:
parent
d3c2b0d0e9
commit
acad588a3c
1 changed files with 2 additions and 2 deletions
|
@ -16057,14 +16057,14 @@ (define-public r-mvabund
|
|||
(define-public r-afex
|
||||
(package
|
||||
(name "r-afex")
|
||||
(version "1.2-1")
|
||||
(version "1.3-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "afex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jxahp2nq2clmi7wqi0n0b23xyvsjckvz9bmj81j35fv8v6wxa73"))))
|
||||
"0cqr3vv4aapg8ckhrkwqhs5qvzl8zla147fvhd5wb2020yhpdqpq"))))
|
||||
(build-system r-build-system)
|
||||
;; This is needed for the vignette builder
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue