mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-apcluster: Update to 1.4.13.
* gnu/packages/cran.scm (r-apcluster): Update to 1.4.13. Change-Id: Ib99a946abf710052daae5ee5fe4bf91f38ee1c0e
This commit is contained in:
parent
82499b5a91
commit
dd1fe56edc
1 changed files with 2 additions and 2 deletions
|
@ -23152,14 +23152,14 @@ (define-public r-gmodels
|
|||
(define-public r-apcluster
|
||||
(package
|
||||
(name "r-apcluster")
|
||||
(version "1.4.12")
|
||||
(version "1.4.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "apcluster" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01s4s2dr94ycbaadmvmlczldhyqspbbpy0s4d9k5xxdmlagfwzc5"))))
|
||||
"19x1sma5pli5jl0v92c6x7jbqkigz7waaghaxi29kvvx8am5p5sy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-matrix r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue