mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vips: Update to 8.7.4.
* gnu/packages/image-processing.scm (vips): Update to 8.7.4.
This commit is contained in:
parent
21b9c6fade
commit
7e52321f87
1 changed files with 9 additions and 8 deletions
|
@ -414,14 +414,15 @@ (define-public opencv
|
||||||
(define-public vips
|
(define-public vips
|
||||||
(package
|
(package
|
||||||
(name "vips")
|
(name "vips")
|
||||||
(version "8.7.1")
|
(version "8.7.4")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method url-fetch)
|
||||||
"https://github.com/libvips/libvips/releases/download/v"
|
(uri (string-append
|
||||||
version "/vips-" version ".tar.gz"))
|
"https://github.com/libvips/libvips/releases/download/v"
|
||||||
(sha256
|
version "/vips-" version ".tar.gz"))
|
||||||
(base32 "1w3b90pdw7nj2p0gb4f96h6zhmga513f968ldfhz1rkhg7y81c0s"))))
|
(sha256
|
||||||
|
(base32 "01gjhcrl6zj7mcj1al717v5jsniahplqhz1xkfh2j78vyfl1hxff"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue