me
/
guix
Archived
1
0
Fork 0

gnu: r-afex: Update to 1.2-1.

* gnu/packages/cran.scm (r-afex): Update to 1.2-1.
master
Ricardo Wurmus 2023-01-09 22:19:48 +01:00
parent c63bbd4348
commit 1ce7003fb1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14684,14 +14684,14 @@ analysing multivariate abundance data in community ecology.")
(define-public r-afex
(package
(name "r-afex")
(version "1.2-0")
(version "1.2-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "afex" version))
(sha256
(base32
"1hii6mx4qbmv4m1hy44sp19xf0r7mc68p767bwc58qrgpawgymwb"))))
"1jxahp2nq2clmi7wqi0n0b23xyvsjckvz9bmj81j35fv8v6wxa73"))))
(build-system r-build-system)
;; This is needed for the vignette builder
(arguments