gnu: python-reportlab: Update to 3.5.13.
* gnu/packages/pdf.scm (python-reportlab): Update to 3.5.13. [inputs]: Add freetype.
This commit is contained in:
		
							parent
							
								
									c86b5f1b9b
								
							
						
					
					
						commit
						ab61ce3730
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -748,18 +748,20 @@ using a stylus.") | ||||||
| (define-public python-reportlab | (define-public python-reportlab | ||||||
|   (package |   (package | ||||||
|     (name "python-reportlab") |     (name "python-reportlab") | ||||||
|     (version "3.4.0") |     (version "3.5.13") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (pypi-uri "reportlab" version)) |               (uri (pypi-uri "reportlab" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0hy304pzsz9lblmk7mrbk2682bi911lxgvzx2kcfpmfzb5gg7sjv")))) |                 "1wxgcj46rm83qz97i8ygvd59bks60kr6vvnz12ygw640z58ff5k1")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(;; FIXME: There is one test failure, but it does not cause the |      '(;; FIXME: There is one test failure, but it does not cause the | ||||||
|        ;; build to fail. No time to investigate right now. |        ;; build to fail. No time to investigate right now. | ||||||
|        #:test-target "tests")) |        #:test-target "tests")) | ||||||
|  |     (inputs | ||||||
|  |      `(("freetype" ,freetype))) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      `(("python-pillow" ,python-pillow))) |      `(("python-pillow" ,python-pillow))) | ||||||
|     (home-page "https://www.reportlab.com") |     (home-page "https://www.reportlab.com") | ||||||
|  |  | ||||||
		Reference in a new issue