summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 867e17b5863..5560aad869a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19620,13 +19620,13 @@ library which allows parsing of NEXUS, Newick and other phylogenetic tree
19620(define-public r-phylobase 19620(define-public r-phylobase
19621 (package 19621 (package
19622 (name "r-phylobase") 19622 (name "r-phylobase")
19623 (version "0.8.10") 19623 (version "0.8.12")
19624 (source (origin 19624 (source (origin
19625 (method url-fetch) 19625 (method url-fetch)
19626 (uri (cran-uri "phylobase" version)) 19626 (uri (cran-uri "phylobase" version))
19627 (sha256 19627 (sha256
19628 (base32 19628 (base32
19629 "0jzr1gdvmi4l640hwwzh9bxqmpja69bn3ygnaqx37awvyh7khi2s")))) 19629 "084gfzq51acmvzbsfpkqv3kgghdbncnwr008f95yf5b2vihcm0cv"))))
19630 (build-system r-build-system) 19630 (build-system r-build-system)
19631 (propagated-inputs 19631 (propagated-inputs
19632 (list r-ade4 r-ape r-rcpp r-rncl r-rnexml)) 19632 (list r-ade4 r-ape r-rcpp r-rncl r-rnexml))