mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-norm: Update to 1.0-11.1.
* gnu/packages/statistics.scm (r-norm): Update to 1.0-11.1.
This commit is contained in:
parent
c141725c65
commit
ee50cae529
1 changed files with 2 additions and 2 deletions
|
@ -7112,13 +7112,13 @@ (define-public r-bayesfactor
|
|||
(define-public r-norm
|
||||
(package
|
||||
(name "r-norm")
|
||||
(version "1.0-11.0")
|
||||
(version "1.0-11.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "norm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bj0d518c5cld1h2ymm7sjhd6b3v2h3w8rcn9b5mki1fg20lx2nd"))))
|
||||
"1g33g721c0f2b275b334ir6n0h81fh567vs9vrxk60y21z1ydzy2"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue