gnu: libjpeg-turbo: Update to 2.1.4.

* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.4.
This commit is contained in:
Marius Bakke 2022-08-29 12:51:29 +02:00
parent 81a24a9bb0
commit 1c106e8fcc
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -1642,14 +1642,14 @@ is hereby granted."))))
(define-public libjpeg-turbo
(package
(name "libjpeg-turbo")
(version "2.1.3")
(version "2.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libjpeg-turbo/"
version "/libjpeg-turbo-" version ".tar.gz"))
(sha256
(base32
"1l3n9xgkh85ny1pvy78ps0xnlfmps4h7glvcwlzh6aw30c4k2ys6"))))
"0arl61ici38ann5xjidwdzkhmjdp1r95x4x4zinnh4qs2fhjdvfk"))))
(build-system cmake-build-system)
(native-inputs
(list nasm))