gnu: python-pikepdf: Update to 2.8.0.post1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.8.0.post1.
This commit is contained in:
		
							parent
							
								
									291a26dbca
								
							
						
					
					
						commit
						ba35d2b565
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5808,13 +5808,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.8.0")
 | 
					    (version "2.8.0.post1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "pikepdf" version))
 | 
					       (uri (pypi-uri "pikepdf" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1dfc8a7gp6ib6a2gdx6fz2zvvk4yx8vr2m7b6044rk91vpyrdzvl"))))
 | 
					        (base32 "08miajml3mzlaqxr8phzymshmkkm93f8vv1dvq5gzkj15kysqhpp"))))
 | 
				
			||||||
    (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