gnu: vips: Update to 8.16.1.

* gnu/packages/image-processing.scm (vips): Update to 8.16.1.
[home-page]: Follow redirect.

Change-Id: I53e0caeba41bc674adb2f264ce55775ffc27029f
This commit is contained in:
Vinicius Monego 2025-03-03 08:26:18 -03:00
parent 4ff2725c41
commit 17454306ca
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -747,7 +747,7 @@ the OpenCV-Python library.")
(define-public vips (define-public vips
(package (package
(name "vips") (name "vips")
(version "8.15.3") (version "8.16.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -756,7 +756,7 @@ the OpenCV-Python library.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj")))) (base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gobject-introspection pkg-config)) (list gobject-introspection pkg-config))
@ -784,7 +784,7 @@ the OpenCV-Python library.")
orc orc
pango pango
poppler)) poppler))
(home-page "https://libvips.github.io/libvips/") (home-page "https://www.libvips.org/")
(synopsis "Multithreaded image processing system with low memory needs") (synopsis "Multithreaded image processing system with low memory needs")
(description (description
"VIPS is a demand-driven, horizontally threaded image processing library. "VIPS is a demand-driven, horizontally threaded image processing library.