gnu: vips: Update to 8.10.5.
* gnu/packages/image-processing.scm (vips): Update to 8.10.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
75166b29f2
commit
63e6f8a582
|
@ -520,7 +520,7 @@ vision algorithms. It can be used to do things like:
|
||||||
(define-public vips
|
(define-public vips
|
||||||
(package
|
(package
|
||||||
(name "vips")
|
(name "vips")
|
||||||
(version "8.7.4")
|
(version "8.10.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -528,7 +528,7 @@ vision algorithms. It can be used to do 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 "01gjhcrl6zj7mcj1al717v5jsniahplqhz1xkfh2j78vyfl1hxff"))))
|
(base32 "1n6gw7cw66rfn1wdb92ydpkv7gfmjiinsg6d6gqxpdja6gsz5vm4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue