me
/
guix
Archived
1
0
Fork 0

gnu: r-sandwich: Update to 3.0-0.

* gnu/packages/cran.scm (r-sandwich): Update to 3.0-0.
master
Ricardo Wurmus 2020-10-05 22:13:30 +02:00
parent 0ac936ea21
commit 65f463d3d8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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