gnu: python-pillow: Update to 6.2.1.
authorEfraim Flashner <efraim@flashner.co.il>
Mon, 2 Dec 2019 09:13:18 +0000 (11:13 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 2 Dec 2019 13:12:50 +0000 (15:12 +0200)
* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.

gnu/packages/python-xyz.scm

index 637a00f..6d86eb1 100644 (file)
@@ -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)))