gnu: r-ape: Update to 5.0.

* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0.
[propagated-inputs]: Add r-rcpp.
This commit is contained in:
Ricardo Wurmus 2017-11-03 14:12:50 +01:00
parent 840782204f
commit b12c6a664d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -107,18 +107,19 @@
(define-public r-ape (define-public r-ape
(package (package
(name "r-ape") (name "r-ape")
(version "4.1") (version "5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ape" version)) (uri (cran-uri "ape" version))
(sha256 (sha256
(base32 (base32
"0959fiiy11rzfzrzaknmgrx64bhszj02l0ycz79k5a6bmpfzanlk")))) "0q59pmxawz498cb9mv5m49lhiwxib8ak94yyydz7qg8b6lpd4bn3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-lattice" ,r-lattice) `(("r-lattice" ,r-lattice)
("r-nlme" ,r-nlme))) ("r-nlme" ,r-nlme)
("r-rcpp" ,r-rcpp)))
(home-page "http://ape-package.ird.fr/") (home-page "http://ape-package.ird.fr/")
(synopsis "Analyses of phylogenetics and evolution") (synopsis "Analyses of phylogenetics and evolution")
(description (description