diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | b1a102d3a5b26d13f81b7102fa492fbab8f111ce (patch) | |
tree | cbe22be526799614529596be916c08ca7c74fe70 /gnu/packages | |
parent | 762d8bac38bfc0055f4f92676d622d43396b0738 (diff) | |
download | guix-b1a102d3a5b26d13f81b7102fa492fbab8f111ce.tar guix-b1a102d3a5b26d13f81b7102fa492fbab8f111ce.tar.gz |
gnu: libjpeg: Fix upstream hash mismatch.
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
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Features: (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 |