gnu: r-phylobase: Update to 0.8.12.

* gnu/packages/cran.scm (r-phylobase): Update to 0.8.12.

Change-Id: I4d022d85cdb6f79fae167bfd7c52a0c2620b0092
This commit is contained in:
Ricardo Wurmus 2024-01-30 15:48:55 +01:00
parent b7e3c82000
commit 8bad30c244
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19620,13 +19620,13 @@ (define-public r-rncl
(define-public r-phylobase (define-public r-phylobase
(package (package
(name "r-phylobase") (name "r-phylobase")
(version "0.8.10") (version "0.8.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "phylobase" version)) (uri (cran-uri "phylobase" version))
(sha256 (sha256
(base32 (base32
"0jzr1gdvmi4l640hwwzh9bxqmpja69bn3ygnaqx37awvyh7khi2s")))) "084gfzq51acmvzbsfpkqv3kgghdbncnwr008f95yf5b2vihcm0cv"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ade4 r-ape r-rcpp r-rncl r-rnexml)) (list r-ade4 r-ape r-rcpp r-rncl r-rnexml))