mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-06 18:51:35 +02:00
gnu: vips: Update to 8.17.0.
* gnu/packages/image-processing.scm (vips): Update to 8.17.0. Change-Id: I8ffdca949cb19735928dcbdb7d43e2c626aea7a4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
ac139ed47f
commit
22bda41fbf
@@ -25,6 +25,7 @@
|
||||
;;; Copyright © 2023 Cairn <cairn@pm.me>
|
||||
;;; Copyright © 2024 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com>
|
||||
;;; Copyright © 2025 Anderson Torres <anderson.torres.8519@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
@@ -747,7 +748,7 @@ the OpenCV-Python library.")
|
||||
(define-public vips
|
||||
(package
|
||||
(name "vips")
|
||||
(version "8.16.1")
|
||||
(version "8.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -756,7 +757,7 @@ the OpenCV-Python library.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2"))))
|
||||
(base32 "1rdz2mmivr02s7cksqgbramv37yw95w6s8r20hgjqx36in2ndnbl"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list `(,glib "bin")
|
||||
|
||||
Reference in New Issue
Block a user