diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-06-29 15:43:43 -0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 13:35:55 +0100 |
| commit | 22bda41fbf2c716a7c8b9fd4730c7856a40802bf (patch) | |
| tree | 1e83ca92fd26412883ff80fc65a3e5ec7441d1d6 /gnu | |
| parent | ac139ed47f6e8311f7a931892cd80189f89770a5 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-processing.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 612fac0d253..8cbe73fc7ae 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -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") |
