mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-afex: Update to 1.1-0.
* gnu/packages/cran.scm (r-afex): Update to 1.1-0.
This commit is contained in:
parent
ec9f2c0dea
commit
0a2e4ffccf
1 changed files with 2 additions and 2 deletions
|
@ -12871,14 +12871,14 @@ (define-public r-mvabund
|
|||
(define-public r-afex
|
||||
(package
|
||||
(name "r-afex")
|
||||
(version "1.0-1")
|
||||
(version "1.1-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "afex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k04n6gwk2n8kg0l3yk5j3wrqgkv5f6w04yjpif9y451hx5w7svg"))))
|
||||
"0h8zqv82dqll19l3p89a2csvgnx8ayb2bajq7b35a8svhj427zax"))))
|
||||
(build-system r-build-system)
|
||||
;; This is needed for the vignette builder
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue