mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-phyclust: Update to 0.1-34.
* gnu/packages/cran.scm (r-phyclust): Update to 0.1-34.
This commit is contained in:
parent
00a4e351eb
commit
52c69229f8
1 changed files with 2 additions and 2 deletions
|
@ -15090,13 +15090,13 @@ (define-public r-nleqslv
|
|||
(define-public r-phyclust
|
||||
(package
|
||||
(name "r-phyclust")
|
||||
(version "0.1-33")
|
||||
(version "0.1-34")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "phyclust" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04x4ymqnmc20pns89i4zs2yp75vchdgjszsinnpddjiv3446cy1q"))))
|
||||
"1wzmd02ng7zphn97xdra3hgivrxqpizqcy5kpg45sk7jx4q7016j"))))
|
||||
(properties `((upstream-name . "phyclust")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ape))
|
||||
|
|
Loading…
Reference in a new issue