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
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent 762d8bac38
commit b1a102d3a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -510,7 +510,7 @@ Features:
(uri (string-append "https://www.ijg.org/files/jpegsrc.v" (uri (string-append "https://www.ijg.org/files/jpegsrc.v"
version ".tar.gz")) version ".tar.gz"))
(sha256 (base32 (sha256 (base32
"0clwys9lcqlxqgcw8s1gwfm5ix2zjlqpklmd3mbvqmj5ibj51jwr")))) "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Library for handling JPEG files") (synopsis "Library for handling JPEG files")
(description (description