From b1a102d3a5b26d13f81b7102fa492fbab8f111ce Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 8 Sep 2024 02:00:00 +0200 Subject: [PATCH] gnu: libjpeg: Fix upstream hash mismatch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The upstream tarball was modified in place. The only difference is the removal of three bytes (the Unicode BOM) in 14 MSBuild files (make????.v16) which shouldn't be used by the Guix package—and indeed, apart from its hash, the build output has not changed. * gnu/packages/image.scm (ijg-libjpeg)[source]: Update sha256. Change-Id: I2f9875f7b8588162c45864aa75a5dbc4513b7cf7 --- gnu/packages/image.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 91890452d4..f8fb162ae7 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -510,7 +510,7 @@ (define-public ijg-libjpeg (uri (string-append "https://www.ijg.org/files/jpegsrc.v" version ".tar.gz")) (sha256 (base32 - "0clwys9lcqlxqgcw8s1gwfm5ix2zjlqpklmd3mbvqmj5ibj51jwr")))) + "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3")))) (build-system gnu-build-system) (synopsis "Library for handling JPEG files") (description