mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-cluster: Update to 2.1.3.
* gnu/packages/statistics.scm (r-cluster): Update to 2.1.3.
This commit is contained in:
parent
7901b3bfdd
commit
0790627649
1 changed files with 2 additions and 2 deletions
|
@ -536,14 +536,14 @@ (define-public r-class
|
|||
(define-public r-cluster
|
||||
(package
|
||||
(name "r-cluster")
|
||||
(version "2.1.2")
|
||||
(version "2.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cluster" version))
|
||||
(sha256
|
||||
(base32
|
||||
"168l653ygkg21fwrqrf7lsqi5p6jzhgmcvhrwv7lznkdzdhag2jw"))))
|
||||
"1ab466lniykz2a6kdnrbkk7hwair79xfmy6cqvhc8d6nana7mbd3"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue