mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4ff2725c41
commit
17454306ca
1 changed files with 3 additions and 3 deletions
|
@ -747,7 +747,7 @@ the OpenCV-Python library.")
|
|||
(define-public vips
|
||||
(package
|
||||
(name "vips")
|
||||
(version "8.15.3")
|
||||
(version "8.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -756,7 +756,7 @@ the OpenCV-Python library.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj"))))
|
||||
(base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list gobject-introspection pkg-config))
|
||||
|
@ -784,7 +784,7 @@ the OpenCV-Python library.")
|
|||
orc
|
||||
pango
|
||||
poppler))
|
||||
(home-page "https://libvips.github.io/libvips/")
|
||||
(home-page "https://www.libvips.org/")
|
||||
(synopsis "Multithreaded image processing system with low memory needs")
|
||||
(description
|
||||
"VIPS is a demand-driven, horizontally threaded image processing library.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue