mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user