diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:55 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-30 15:48:55 +0100 |
| commit | 8bad30c244992470cebf56df7e04aaa2f8ee5f56 (patch) | |
| tree | a7deca10df330296a66358a6affab16b7b2a5b1d /gnu | |
| parent | b7e3c820009b445e518202568f4dc90185ada4e7 (diff) | |
gnu: r-phylobase: Update to 0.8.12.
* gnu/packages/cran.scm (r-phylobase): Update to 0.8.12.
Change-Id: I4d022d85cdb6f79fae167bfd7c52a0c2620b0092
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
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)) |
