mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01: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
|
(define-public r-norm
|
||||||
(package
|
(package
|
||||||
(name "r-norm")
|
(name "r-norm")
|
||||||
(version "1.0-11.0")
|
(version "1.0-11.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "norm" version))
|
(uri (cran-uri "norm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bj0d518c5cld1h2ymm7sjhd6b3v2h3w8rcn9b5mki1fg20lx2nd"))))
|
"1g33g721c0f2b275b334ir6n0h81fh567vs9vrxk60y21z1ydzy2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue