3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-sn: Update to 1.6-1.

* gnu/packages/statistics.scm (r-sn): Update to 1.6-1.
This commit is contained in:
Ricardo Wurmus 2020-04-03 07:14:00 +02:00
parent 7a04149e3e
commit 83ba1c19c5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5308,14 +5308,14 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
(version "1.6-0")
(version "1.6-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"0hp4r0g87jwzkqvxsjqs5jfwwnfv3p9vzb214ffk1xvqixydc5cm"))))
"0snri2k8qslb7478c5jz4a5xxmmb1ipmp8x1jizi8mhj2cjic1w0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mnormt" ,r-mnormt)