gnu: r-sandwich: Update to 2.5-1.

* gnu/packages/cran.scm (r-sandwich): Update to 2.5-1.
master
Ricardo Wurmus 2019-04-07 06:09:32 +02:00
parent 33a5855614
commit 0eb306d39b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7511,14 +7511,14 @@ observation.")
(define-public r-sandwich
(package
(name "r-sandwich")
(version "2.5-0")
(version "2.5-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "sandwich" version))
(sha256
(base32
"168kq5kk34xbhfsxsanard9zriyp6cw0s09ralzb57kk42pl9hbc"))))
"1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-zoo" ,r-zoo)))