gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.0.
This commit is contained in:
		
							parent
							
								
									f6c43c932a
								
							
						
					
					
						commit
						68ed5de405
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5856,13 +5856,13 @@ the OleFileIO module from PIL, the Python Image Library.") | ||||||
| (define-public python-pikepdf | (define-public python-pikepdf | ||||||
|   (package |   (package | ||||||
|     (name "python-pikepdf") |     (name "python-pikepdf") | ||||||
|     (version "2.9.1") |     (version "2.10.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "pikepdf" version)) |        (uri (pypi-uri "pikepdf" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1n53fhdgnq9yxvm2m039vl8l2kg3fkln3pm0wv4rzj0gvpq9rhcr")))) |         (base32 "09wfj1hjvj3r9gv7ywrqd7h3d0bz64bvils8sm3ghj90jhalb03s")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #false))                ;require python-xmp-toolkit |      `(#:tests? #false))                ;require python-xmp-toolkit | ||||||
|  |  | ||||||
		Reference in a new issue