all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45495] [PATCH] gnu: vips: Update to 8.10.5.
@ 2020-12-28 12:17 Vincent Legoll
  2020-12-31 13:16 ` bug#45495: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-28 12:17 UTC (permalink / raw)
  To: 45495; +Cc: Vincent Legoll

* gnu/packages/image-processing.scm (vips): Update to 8.10.5.
---
 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 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45495: [PATCH] gnu: vips: Update to 8.10.5.
  2020-12-28 12:17 [bug#45495] [PATCH] gnu: vips: Update to 8.10.5 Vincent Legoll
@ 2020-12-31 13:16 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-12-31 13:16 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45495-done

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-31 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 12:17 [bug#45495] [PATCH] gnu: vips: Update to 8.10.5 Vincent Legoll
2020-12-31 13:16 ` bug#45495: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.