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:
parent
762d8bac38
commit
b1a102d3a5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user