mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-phyclust: Update to 0.1-32.
* gnu/packages/cran.scm (r-phyclust): Update to 0.1-32.
This commit is contained in:
parent
aeb7ffa012
commit
e0f815a765
1 changed files with 2 additions and 2 deletions
|
@ -12305,13 +12305,13 @@ singular or ill-conditioned Jacobian.")
|
|||
(define-public r-phyclust
|
||||
(package
|
||||
(name "r-phyclust")
|
||||
(version "0.1-30")
|
||||
(version "0.1-32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "phyclust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fy9q95vmlm9idpax7alhpfwn30gflnc9md72g91jypyxkx5nr7p"))))
|
||||
"1ga2pzksp97psqbl484fikfnr4bl3bgyys86wb3ya904xxwghy6c"))))
|
||||
(properties `((upstream-name . "phyclust")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ape))
|
||||
|
|
Loading…
Reference in a new issue