gnu: r-sn: Update to 1.5-4.

* gnu/packages/statistics.scm (r-sn): Update to 1.5-4.
master
Ricardo Wurmus 2019-05-18 06:48:27 +02:00
parent b02a960275
commit b9a7f9c065
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5396,14 +5396,14 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
(version "1.5-3")
(version "1.5-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"10via4lg0vx9pzq350vwhz5wv1dhzxr2l3r6jq99nk37vmyvj8fc"))))
"0x46gxkplxbnhaqbpiav1r4xlv4ib7n57kxmca7scqwj22y7wrs6"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mnormt" ,r-mnormt)