guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-pillow: Update to 5.4.1.


From: guix-commits
Subject: 01/01: gnu: python-pillow: Update to 5.4.1.
Date: Sun, 13 Jan 2019 12:11:48 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit c4aa1ebc814eab6c71501d996c010e2321244c00
Author: Christopher Baines <address@hidden>
Date:   Sun Jan 13 17:09:52 2019 +0000

    gnu: python-pillow: Update to 5.4.1.
    
    I'm looking at this, as this release fixes an issue with the Django 
testsuite:
    
    https://github.com/python-pillow/Pillow/pull/3525
    
    * gnu/packages/python.scm (python-pillow): Update to 5.4.1.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 027cb11..5cf82a7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4075,14 +4075,14 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pillow
   (package
     (name "python-pillow")
-    (version "5.4.0")
+    (version "5.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pillow" version))
        (sha256
         (base32
-         "0qrkcjszym7ixffg5zphhp8a07w8w11yyc2ylcbdrhwm771z316m"))))
+         "17waygkhhzjd75kajlfw9v57mbb41lcpg6cvkdijqd7smm76ccsj"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]