3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libwebp: Update to 1.2.2.

* gnu/packages/image.scm (libwebp): Update to 1.2.2.
This commit is contained in:
Marius Bakke 2022-06-23 19:15:14 +02:00
parent 2692624ecf
commit c209146212
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1283,7 +1283,7 @@ language bindings to VIGRA.")
(define-public libwebp
(package
(name "libwebp")
(version "1.2.0")
(version "1.2.2")
(source
(origin
;; No tarballs are provided for >0.6.1.
@ -1294,7 +1294,7 @@ language bindings to VIGRA.")
(file-name (git-file-name name version))
(sha256
(base32
"1rgblphsd56033w7lpkrzl7m5w0fi7wavxri1ayzlg8fhpmmqp4k"))))
"1khqkm5j9aiii9jfsbxzzyz3x33sifzcx537cyjyb3a2g2rl969k"))))
(build-system gnu-build-system)
(inputs
`(("freeglut" ,freeglut)