gnu: vips: Update to 8.13.1.

* gnu/packages/image-processing.scm (vips): Update to 8.13.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Hendursaga 2022-09-27 17:55:06 -04:00 committed by 宋文武
parent 16f535713e
commit 7b016d179c
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -671,7 +671,7 @@ things like:
(define-public vips (define-public vips
(package (package
(name "vips") (name "vips")
(version "8.10.6") (version "8.13.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -679,7 +679,7 @@ things like:
"https://github.com/libvips/libvips/releases/download/v" "https://github.com/libvips/libvips/releases/download/v"
version "/vips-" version ".tar.gz")) version "/vips-" version ".tar.gz"))
(sha256 (sha256
(base32 "0vjsh3i0861f6h9as3bch956cidz824zz499pvhjs3lfjn6hhs14")))) (base32 "00kp3439jcqv9l2gcjg88xzvlq8clv54z1m3x66i3chvarz7ndxd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list gobject-introspection pkg-config)) (list gobject-introspection pkg-config))