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

* gnu/packages/cran.scm (r-sandwich): Update to 2.5-1.
This commit is contained in:
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

View file

@ -7511,14 +7511,14 @@ (define-public r-aspi
(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)))