gnu: r-ips: Update to 0.0.12.

* gnu/packages/cran.scm (r-ips): Update to 0.0.12.
[propagated-inputs]: Remove r-seqinr; add r-data-table.

Change-Id: I948da8f5d5e4813096db71560a2aead3003cec06
This commit is contained in:
Ricardo Wurmus 2024-05-07 22:18:43 +02:00
parent 88ac0306d5
commit f560edf277
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -10278,16 +10278,16 @@ of Eigenmatrices} (JADE).")
(define-public r-ips
(package
(name "r-ips")
(version "0.0.11")
(version "0.0.12")
(source (origin
(method url-fetch)
(uri (cran-uri "ips" version))
(sha256
(base32
"02jxanfhsjrabj33nwjv71vdc87hiyzikyqrfdj9ix6dky6lm199"))))
"0vnsalm94vzagksqv4ph6x7vdwhd1lq278sak30pr4m9bc9xxchw"))))
(properties `((upstream-name . "ips")))
(build-system r-build-system)
(propagated-inputs (list r-ape r-phangorn r-plyr r-seqinr r-xml))
(propagated-inputs (list r-ape r-data-table r-phangorn r-plyr r-xml))
(home-page "https://cran.r-project.org/package=ips")
(synopsis "Interfaces to phylogenetic software in R")
(description