summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-04-25 22:51:37 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-04-25 22:51:37 +0300
commite56ab46ba001504d64af37a3fe945fa6ead3492e (patch)
tree71f96734a1b11665a6db66271f517b1519c53b23
parent2d8270ad56e98035a4dd4dfdab77e730d929a001 (diff)
downloadpatches-e56ab46ba001504d64af37a3fe945fa6ead3492e.tar
patches-e56ab46ba001504d64af37a3fe945fa6ead3492e.tar.gz
gnu: python-reportlib: Update to 3.5.42.
* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
-rw-r--r--gnu/packages/pdf.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 90be195aa0..71b8177582 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -904,13 +904,13 @@ optimize toolbar for portrait / landscape
(define-public python-reportlab
(package
(name "python-reportlab")
- (version "3.5.32")
+ (version "3.5.42")
(source (origin
(method url-fetch)
(uri (pypi-uri "reportlab" version))
(sha256
(base32
- "0lf8hil9nbm74zl27l8rydxbhwnpr0pbghibsqrc9sglds9l9vw3"))))
+ "0i17qgm7gzy7pzp240mkpsx9rn8rr67jh5npp5bylv3sd41g48cw"))))
(build-system python-build-system)
(arguments
'(;; FIXME: There is one test failure, building the pdf manual from source,