gnu: python-reportlab: Update to 3.5.13.

* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.13.
[inputs]: Add freetype.
This commit is contained in:
Ricardo Wurmus 2019-02-07 15:29:11 +01:00 committed by Ricardo Wurmus
parent c86b5f1b9b
commit ab61ce3730
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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