mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-cluster: Update to 2.1.0.
* gnu/packages/statistics.scm (r-cluster): Update to 2.1.0.
This commit is contained in:
parent
d42fb7d293
commit
2c4b38002e
1 changed files with 2 additions and 2 deletions
|
@ -460,14 +460,14 @@ (define-public r-class
|
||||||
(define-public r-cluster
|
(define-public r-cluster
|
||||||
(package
|
(package
|
||||||
(name "r-cluster")
|
(name "r-cluster")
|
||||||
(version "2.0.9")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cluster" version))
|
(uri (cran-uri "cluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bg5dvs4bzj0rp75jpxaklz12rvyh5w99h7zkvfgpgn86ljg1rlf"))))
|
"055af3yz2biqbsbwm4arwr1yqnj4gicpzv2i6dbfl5pnz2z5byga"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gfortran" ,gfortran)))
|
`(("gfortran" ,gfortran)))
|
||||||
|
|
Loading…
Reference in a new issue