mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-reportlib: Update to 3.5.42.
* gnu/packages/pdf.scm (python-reportlib): Update to 3.5.42.
This commit is contained in:
parent
2d8270ad56
commit
e56ab46ba0
1 changed files with 2 additions and 2 deletions
|
@ -904,13 +904,13 @@ (define-public xournalpp
|
|||
(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,
|
||||
|
|
Loading…
Reference in a new issue