3
5
Fork 0
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:
Ricardo Wurmus 2022-11-04 08:23:32 +01:00
parent aeb7ffa012
commit e0f815a765
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))