GNU bug report logs -
#76712
[PATCH 0/7] Refactor and update libvips-related packages
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 3 Mar 2025 14:01:01 UTC
Severity: normal
Tags: patch
Done: Vinicius Monego <monego <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 76712 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/image-processing.scm (vips): Update to 8.16.0.
Change-Id: I53e0caeba41bc674adb2f264ce55775ffc27029f
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 2f865e7192..89324f3a08 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -778,7 +778,7 @@ (define-public opencv
(define-public vips
(package
(name "vips")
- (version "8.15.3")
+ (version "8.16.0")
(source
(origin
(method git-fetch)
@@ -787,7 +787,7 @@ (define-public vips
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nxzhs4gwhpm4j9hlca8s97xh1b1p1cawnwdc69rmxkrf714hlgj"))))
+ (base32 "0vy0jxm4nz5wdswirra8fp71pwjixs749ki2cx5479yd2cp511nr"))))
(build-system meson-build-system)
(native-inputs
(list gobject-introspection pkg-config))
--
2.48.1
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.