me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-sandwich): Update to 3.0-1.
master
Ricardo Wurmus 2021-05-20 10:54:42 +02:00
parent e35482dde9
commit dd99de3f13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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