all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61172] [PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199].
@ 2023-01-30 13:47 Nicolas Graves via Guix-patches via
       [not found] ` <87mt5vuaru.fsf@ngraves.fr>
  0 siblings, 1 reply; 8+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-01-30 13:47 UTC (permalink / raw)
  To: 61172; +Cc: ngraves

* gnu/packages/python-xyz.scm (python-pillow): Update to 9.3.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b14c4ff0f3..9df636c7e0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7591,13 +7591,13 @@ (define-public python-pikepdf
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "9.2.0")
+    (version "9.3.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Pillow" version))
               (sha256
                (base32
-                "011wgm1mssjchpva9wsi2a07im9czyjvik137xlp5f0g7vykdrkm"))
+                "03vn7s6rq943knjglm6w82clbmvd8bya1yc0sw402mksalma4df9"))
               (modules '((guix build utils)))
               (snippet '(begin
                           (delete-file-recursively "src/thirdparty")))))
-- 
2.39.1





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

end of thread, other threads:[~2023-04-04 11:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-30 13:47 [bug#61172] [PATCH] gnu: python-pillow: Update to 9.3.0 [fixes CVE-2022-45199] Nicolas Graves via Guix-patches via
     [not found] ` <87mt5vuaru.fsf@ngraves.fr>
2023-02-04 15:57   ` [bug#61172] [Nicolas Graves via Guix-patches via] " Lars-Dominik Braun
2023-02-05 11:53     ` Leo Famulari
2023-02-12  8:31       ` Lars-Dominik Braun
2023-03-16 11:30         ` Ludovic Courtès
2023-03-19 10:49           ` bug#61172: " Lars-Dominik Braun
2023-03-19 17:14           ` [bug#61172] " Leo Famulari
2023-04-04 11:34         ` [bug#61172] [Nicolas Graves via Guix-patches via] " Simon Tournier

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.