mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-clustercrit: Update to 1.3.0.
* gnu/packages/cran.scm (r-clustercrit): Update to 1.3.0. Change-Id: If46707ce09f5b52ae730bca4517179e4a7bbc475
This commit is contained in:
parent
0374da1c50
commit
1e9b81a468
1 changed files with 2 additions and 2 deletions
|
@ -17434,13 +17434,13 @@ (define-public r-npsurv
|
||||||
(define-public r-clustercrit
|
(define-public r-clustercrit
|
||||||
(package
|
(package
|
||||||
(name "r-clustercrit")
|
(name "r-clustercrit")
|
||||||
(version "1.2.8")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clusterCrit" version))
|
(uri (cran-uri "clusterCrit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10pz1bikdbkm2ky3xnagp0qv60whalavp6j39b4p7d75jj5xcxgk"))))
|
"0raxlyvr3kr8c8bzjgs7hb9n76m314vzvfiz7c74v6cqpkmh6dkx"))))
|
||||||
(properties `((upstream-name . "clusterCrit")))
|
(properties `((upstream-name . "clusterCrit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue