me
/
guix
Archived
1
0
Fork 0

gnu: r-norm: Update to 1.0-10.0.

* gnu/packages/statistics.scm (r-norm): Update to 1.0-10.0.
master
Ricardo Wurmus 2022-04-11 18:01:44 +02:00
parent a12b85175b
commit 59e94c9bee
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6694,13 +6694,13 @@ designs, one-way designs, general ANOVA designs, and linear regression.")
(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))