mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-norm: Update to 1.0-10.0.
* gnu/packages/statistics.scm (r-norm): Update to 1.0-10.0.
This commit is contained in:
parent
a12b85175b
commit
59e94c9bee
1 changed files with 2 additions and 2 deletions
|
@ -6694,13 +6694,13 @@ (define-public r-bayesfactor
|
|||
(define-public r-norm
|
||||
(package
|
||||
(name "r-norm")
|
||||
(version "1.0-9.5")
|
||||
(version "1.0-10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "norm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01j1h412yfjx5r4dd0w8rhlf55997spgb6zd6pawy19rgw0byp1h"))))
|
||||
"1iqcsa7mj9ahnkbsri0cf2wlhh2bv86vwsh3iwihh42cywd7k123"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue