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 (define-public libjpeg-turbo
(package (package
(name "libjpeg-turbo") (name "libjpeg-turbo")
(version "2.1.3") (version "2.1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/libjpeg-turbo/" (uri (string-append "mirror://sourceforge/libjpeg-turbo/"
version "/libjpeg-turbo-" version ".tar.gz")) version "/libjpeg-turbo-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l3n9xgkh85ny1pvy78ps0xnlfmps4h7glvcwlzh6aw30c4k2ys6")))) "0arl61ici38ann5xjidwdzkhmjdp1r95x4x4zinnh4qs2fhjdvfk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list nasm)) (list nasm))