nckx pushed a commit to branch master
in repository guix.

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

    gnu: r-pan: Fix upstream hash mismatch.
    
    The tarball was modified upstream.  Apart from regenerating
    pan/inst/doc/pan-tr.pdf and updating pan/DESCRIPTION, it changes
    build/vignette.rds, data/YWC.data.rda, data/bitest.rda, and
    data/marijuana.rda all in the same 020f → 0403 way:
    
        -00000000: 5244 5832 0a58 0a00 0000 0200 020f 0200  RDX2.X..........
        +00000000: 5244 5832 0a58 0a00 0000 0200 0403 0200  RDX2.X..........
    
    No idea what that means (probably nothing) but now you've been Informed.
    
    * gnu/packages/cran.scm (r-pan)[source]: Update sha256.
    
    Change-Id: Ib6e6d13fe7b3a46de21c7eeef7223c9338565860
---
 gnu/packages/cran.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0ad6d0be8e..717e4eac89 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10379,8 +10379,7 @@ impute compatibly with the substantive model.")
        (method url-fetch)
        (uri (cran-uri "pan" version))
        (sha256
-        (base32
-         "0liwcym035174h6c4b9ddmqxa3vkpkk3alyr9psk8yhv7i61hzp3"))))
+        (base32 "0liwcym035174h6c4b9ddmqxa3vkpkk3alyr9psk8yhv7i61hzp3"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "https://cran.r-project.org/web/packages/pan/";)

Reply via email to