gnu: r-permute: Update to 0.9-5.

* gnu/packages/statistics.scm (r-permute): Update to 0.9-5.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:32:51 +01:00
parent 35663627fb
commit 2bf224d0ca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -916,14 +916,14 @@ Munsell colour system.")
(define-public r-permute (define-public r-permute
(package (package
(name "r-permute") (name "r-permute")
(version "0.9-4") (version "0.9-5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "permute" version)) (uri (cran-uri "permute" version))
(sha256 (sha256
(base32 (base32
"1w8wzk1fg9q7wvisnfp2js70dg0m9wi12gkdhpyngpbdcgssahd5")))) "0ra8p5mf2590azrkas8z2ry7mif77xqxd29n4zgyi5vll225726j"))))
(build-system r-build-system) (build-system r-build-system)
;; Tests do not run correctly, but running them properly would entail a ;; Tests do not run correctly, but running them properly would entail a
;; circular dependency with vegan. ;; circular dependency with vegan.