[PATCH] gnu: vips: Update to 8.13.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendursaga
  • 宋文武
Owner
unassigned
Submitted by
Hendursaga
Severity
normal

Debbugs page

Hendursaga wrote 2 years ago
(address . guix-patches@gnu.org)
20220927215506.25064-1-hendursaga@aol.com
* gnu/packages/image-processing.scm (vips): Update to 8.13.1.
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index a8f40c4454..778f6c8538 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -671,7 +671,7 @@ (define-public opencv
(define-public vips
(package
(name "vips")
- (version "8.10.6")
+ (version "8.13.1")
(source
(origin
(method url-fetch)
@@ -679,7 +679,7 @@ (define-public vips
"https://github.com/libvips/libvips/releases/download/v"
version "/vips-" version ".tar.gz"))
(sha256
- (base32 "0vjsh3i0861f6h9as3bch956cidz824zz499pvhjs3lfjn6hhs14"))))
+ (base32 "00kp3439jcqv9l2gcjg88xzvlq8clv54z1m3x66i3chvarz7ndxd"))))
(build-system gnu-build-system)
(native-inputs
(list gobject-introspection pkg-config))
--
2.37.3
宋文武 wrote 2 years ago
(name . Hendursaga)(address . hendursaga@aol.com)(address . 58128-done@debbugs.gnu.org)
87a66k6zes.fsf_-_@envs.net
Hendursaga <hendursaga@aol.com> writes:

Toggle quote (2 lines)
> * gnu/packages/image-processing.scm (vips): Update to 8.13.1.

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58128@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58128
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help