me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.0.

* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0.
[propagated-inputs]: Add r-rcpp.
master
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
(package
(name "r-ape")
(version "4.1")
(version "5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"0959fiiy11rzfzrzaknmgrx64bhszj02l0ycz79k5a6bmpfzanlk"))))
"0q59pmxawz498cb9mv5m49lhiwxib8ak94yyydz7qg8b6lpd4bn3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)
("r-nlme" ,r-nlme)))
("r-nlme" ,r-nlme)
("r-rcpp" ,r-rcpp)))
(home-page "http://ape-package.ird.fr/")
(synopsis "Analyses of phylogenetics and evolution")
(description