diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-09 12:24:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-09 12:24:31 +0100 |
commit | 24aba982ca54c250a048b576f5a7212016a19a2a (patch) | |
tree | a27659693c66ec9cfff67a884df7b2872c05a027 /gnu | |
parent | be4f2d9451344701599b6dc000c0345ce53b2128 (diff) | |
download | patches-24aba982ca54c250a048b576f5a7212016a19a2a.tar patches-24aba982ca54c250a048b576f5a7212016a19a2a.tar.gz |
gnu: python-reportlab: Update to 3.5.32.
* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.32.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index f54200a54d..8afa99a901 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -755,13 +755,13 @@ using a stylus.") (define-public python-reportlab (package (name "python-reportlab") - (version "3.5.13") + (version "3.5.32") (source (origin (method url-fetch) (uri (pypi-uri "reportlab" version)) (sha256 (base32 - "1wxgcj46rm83qz97i8ygvd59bks60kr6vvnz12ygw640z58ff5k1")))) + "0lf8hil9nbm74zl27l8rydxbhwnpr0pbghibsqrc9sglds9l9vw3")))) (build-system python-build-system) (arguments '(;; FIXME: There is one test failure, but it does not cause the |