mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
16f535713e
commit
7b016d179c
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue