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