me
/
guix
Archived
1
0
Fork 0

gnu: r-phyclust: Update to 0.1-33.

* gnu/packages/cran.scm (r-phyclust): Update to 0.1-33.
master
Ricardo Wurmus 2023-02-18 16:08:28 +01:00
parent 80c4ed90f7
commit 32fab33567
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13299,13 +13299,13 @@ singular or ill-conditioned Jacobian.")
(define-public r-phyclust (define-public r-phyclust
(package (package
(name "r-phyclust") (name "r-phyclust")
(version "0.1-32") (version "0.1-33")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "phyclust" version)) (uri (cran-uri "phyclust" version))
(sha256 (sha256
(base32 (base32
"1ga2pzksp97psqbl484fikfnr4bl3bgyys86wb3ya904xxwghy6c")))) "04x4ymqnmc20pns89i4zs2yp75vchdgjszsinnpddjiv3446cy1q"))))
(properties `((upstream-name . "phyclust"))) (properties `((upstream-name . "phyclust")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-ape)) (propagated-inputs (list r-ape))