mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-sn: Update to 1.6-2.
* gnu/packages/statistics.scm (r-sn): Update to 1.6-2.
This commit is contained in:
parent
bbf495d59f
commit
b5613d63a2
1 changed files with 2 additions and 2 deletions
|
@ -5366,14 +5366,14 @@ (define-public r-numderiv
|
||||||
(define-public r-sn
|
(define-public r-sn
|
||||||
(package
|
(package
|
||||||
(name "r-sn")
|
(name "r-sn")
|
||||||
(version "1.6-1")
|
(version "1.6-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sn" version))
|
(uri (cran-uri "sn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0snri2k8qslb7478c5jz4a5xxmmb1ipmp8x1jizi8mhj2cjic1w0"))))
|
"179xb7yb8br99aa5awm2yxsy0v5w1kdhv6a7ifaliz2y64677m1g"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-mnormt" ,r-mnormt)
|
`(("r-mnormt" ,r-mnormt)
|
||||||
|
|
Loading…
Reference in a new issue