efraim pushed a commit to branch master
in repository guix.

commit 5fbdd917b73d30ef5ca0aa4e82b8d0a5f81394dd
Author: Efraim Flashner <[email protected]>
Date:   Mon Dec 2 11:13:18 2019 +0200

    gnu: python-pillow: Update to 6.2.1.
    
    * gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
---
 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 637a00f..6d86eb1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4677,14 +4677,14 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "6.1.0")
+    (version "6.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pillow" version))
        (sha256
         (base32
-         "1pnrsz0f0n0c819v1pdr8j6rm8xvhc9f3kh1fv9xpdp9n5ygf108"))))
+         "1c8wkzc58f5wdh006jvmwdk3wxld1xgagcbdvj7iv17qi0m9fkmz"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))

Reply via email to