Archived
1
0
Fork 0

gnu: python-reportlib: Update to 3.5.42.

* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
This commit is contained in:
Efraim Flashner 2020-04-25 22:51:37 +03:00
parent 2d8270ad56
commit e56ab46ba0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -904,13 +904,13 @@ optimize toolbar for portrait / landscape
(define-public python-reportlab (define-public python-reportlab
(package (package
(name "python-reportlab") (name "python-reportlab")
(version "3.5.32") (version "3.5.42")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "reportlab" version)) (uri (pypi-uri "reportlab" version))
(sha256 (sha256
(base32 (base32
"0lf8hil9nbm74zl27l8rydxbhwnpr0pbghibsqrc9sglds9l9vw3")))) "0i17qgm7gzy7pzp240mkpsx9rn8rr67jh5npp5bylv3sd41g48cw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; FIXME: There is one test failure, building the pdf manual from source, '(;; FIXME: There is one test failure, building the pdf manual from source,