me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-sn): Update to 1.5-2.
master
Tobias Geerinckx-Rice 2018-04-26 20:11:15 +02:00
parent 442ce03acc
commit 9b4d3c1d02
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5262,14 +5262,14 @@ first and second order derivatives.")
(define-public r-sn
(package
(name "r-sn")
(version "1.5-1")
(version "1.5-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "sn" version))
(sha256
(base32
"0l7qlah6dwkp8jswnr2mn3phlm15naba5zkmv0g5pcqy5ix0gz7w"))))
"16gwr68zzj5v83bqfmzxnzwig3dnjrkxdhs6clri1caqkvrq6aig"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mnormt" ,r-mnormt)