aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-09-29 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-10-06 02:00:00 +0200
commitbdad4e994f27fa8f4096e738f6186d14110bcfcc (patch)
treef646ab7daed29828c4d488d1ab22f2f98e5f6f7f /gnu
parent15f086232353fe5f1b9b5dd44cccd770a55fefbd (diff)
downloadguix-bdad4e994f27fa8f4096e738f6186d14110bcfcc.tar
guix-bdad4e994f27fa8f4096e738f6186d14110bcfcc.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm3
1 files changed, 1 insertions, 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/")