mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-googlesheets@0: Fix upstream hash mismatch.
The tarball was modified upstream. However, the source files themselves were not: the difference is merely their order within the old & new tar archives. * gnu/packages/statistics.scm (r-googlesheets)[source]: Update sha256. Change-Id: I1074ef61ff09d1599330d227b91b87817c37a2d9
This commit is contained in:
parent
095be32c43
commit
713f5562fa
1 changed files with 1 additions and 2 deletions
|
@ -4892,8 +4892,7 @@ (define-public r-googlesheets
|
|||
(method url-fetch)
|
||||
(uri (cran-uri "googlesheets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11q07nxys72wkxx9mawmjyf20gvwvrb7h3gpa73h6lgh2vgrwnv8"))))
|
||||
(base32 "13n6vkdcbz78sbxq5xrj0zhq0dpriz6cyq13v3raa92152l88rm5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cellranger
|
||||
|
|
Loading…
Reference in a new issue