guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-reportlab: Update to 3.5.13.


From: guix-commits
Subject: 01/03: gnu: python-reportlab: Update to 3.5.13.
Date: Tue, 12 Feb 2019 09:41:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ab61ce3730a4ce9b6c5386bb8db2612180551252
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Feb 7 15:29:11 2019 +0100

    gnu: python-reportlab: Update to 3.5.13.
    
    * gnu/packages/pdf.scm (python-reportlab): Update to 3.5.13.
    [inputs]: Add freetype.
---
 gnu/packages/pdf.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 33bd006..8e69ab5 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -748,18 +748,20 @@ using a stylus.")
 (define-public python-reportlab
   (package
     (name "python-reportlab")
-    (version "3.4.0")
+    (version "3.5.13")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "reportlab" version))
               (sha256
                (base32
-                "0hy304pzsz9lblmk7mrbk2682bi911lxgvzx2kcfpmfzb5gg7sjv"))))
+                "1wxgcj46rm83qz97i8ygvd59bks60kr6vvnz12ygw640z58ff5k1"))))
     (build-system python-build-system)
     (arguments
      '(;; FIXME: There is one test failure, but it does not cause the
        ;; build to fail. No time to investigate right now.
        #:test-target "tests"))
+    (inputs
+     `(("freetype" ,freetype)))
     (propagated-inputs
      `(("python-pillow" ,python-pillow)))
     (home-page "https://www.reportlab.com";)



reply via email to

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