[PATCH] gnu: vips: Update to 8.10.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228121749.28026-1-vincent.legoll@gmail.com
* gnu/packages/image-processing.scm (vips): Update to 8.10.5.
---
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 e313b14ebf..3dbe6f34f1 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -520,7 +520,7 @@ vision algorithms. It can be used to do things like:
(define-public vips
(package
(name "vips")
- (version "8.7.4")
+ (version "8.10.5")
(source
(origin
(method url-fetch)
@@ -528,7 +528,7 @@ vision algorithms. It can be used to do things like:
"https://github.com/libvips/libvips/releases/download/v"
version "/vips-" version ".tar.gz"))
(sha256
- (base32 "01gjhcrl6zj7mcj1al717v5jsniahplqhz1xkfh2j78vyfl1hxff"))))
+ (base32 "1n6gw7cw66rfn1wdb92ydpkv7gfmjiinsg6d6gqxpdja6gsz5vm4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45495-done@debbugs.gnu.org)
X+3PIvffLi56d9r/@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/tzyIACgkQQarn3Mo9
g1FuzA/9G4e8rORJruGQO3T2vCWnRZ/7BjjD72l2G+Qc7iovF66vN2YkswLMDeJD
zFciFkkHPETp4bxVkAlTSfWNIp0jvdZKFSsLbKGCE36q/B0gy3TNOkwKJRA9kMTG
7QVOojW6SbBPKAlXCh9voXLGc/gc+LnV8dIPc7QOfrzBseK/Gsv11nWQtPUKFJXL
0DdUCiahJ+fhebVnfk0HbAZ9BZ6LkWC34sFMMSmrWiH9+nSvcR0o+naLuyjqCVsU
7jOalUicFdVEEXJEIW8jC+sVq7jhpqcOhrlbvFjAQwwSf2E0ZpY4kVc7UKtC12MM
ZRYl9gMF80rTPO10kFMYuhQTi27EWL9kIZxYgKSC2T9Cn7WxBrW/4KnRPr8bVC1e
xRxf7KrqiHKnPdhRa/20SVZYKYkYRK3fwuRWW+CkrsHuxI9TYJYIiBLnBcm3cu/+
bvjv+dJt+jBmZgIy6yiKTDMR5B0gQP4Sgq05Mae3Z3qjhd7HC+WSQZP3JMiulklg
r5XKBABSr3pCZvBpHTZujkT5LatYoS2aQZTsqUmhEApxR9sxEvEWQ15E8jJF2DPE
ooje91A2yhOL6aEeKsfDq2XvGQ4oBoUr58gpkvzytvoL38SxvNmO74wXq23TMjH8
p19yJY2B/76VyG1BPWSGWgg8FkU9vDb+Pe6ROCGnZpS1t33ZkMM=
=8o2x
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45495
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