mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-reportlab: Update to 3.5.32.
* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.32.
This commit is contained in:
parent
be4f2d9451
commit
24aba982ca
1 changed files with 2 additions and 2 deletions
|
@ -755,13 +755,13 @@ (define-public xournal
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue