nckx pushed a commit to branch master
in repository guix.

commit 713f5562faf1acc02dc9e3f3a2d45dc39abbe9f1
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Sep 29 02:00:00 2024 +0200

    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
---
 gnu/packages/statistics.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b8de5a1d93..75b1a17a61 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4892,8 +4892,7 @@ character vector.")
        (method url-fetch)
        (uri (cran-uri "googlesheets" version))
        (sha256
-        (base32
-         "11q07nxys72wkxx9mawmjyf20gvwvrb7h3gpa73h6lgh2vgrwnv8"))))
+        (base32 "13n6vkdcbz78sbxq5xrj0zhq0dpriz6cyq13v3raa92152l88rm5"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cellranger

Reply via email to