gnu: imgp: Update to 2.9.
* gnu/packages/image.scm (imgp): Update to 2.9. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
		
							parent
							
								
									63efa203d3
								
							
						
					
					
						commit
						df7c91785c
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1765,13 +1765,13 @@ PNG, and performs PNG integrity checks and corrections.")
 | 
			
		|||
(define-public imgp
 | 
			
		||||
  (package
 | 
			
		||||
    (name "imgp")
 | 
			
		||||
    (version "2.8")
 | 
			
		||||
    (version "2.9")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "imgp" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0q99h9wv9rynig0s0flnr9mxi541zzl0gw8vh4y6m5x132diilri"))))
 | 
			
		||||
        (base32 "0avdgr4fx643jg9wzwm65y14s56bnrn3hmkw7v0mcyvxn88vxwiq"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f                      ;there are no tests
 | 
			
		||||
| 
						 | 
				
			
			@ -1780,8 +1780,7 @@ PNG, and performs PNG integrity checks and corrections.")
 | 
			
		|||
         ;; setup.py expects the file to be named 'imgp'.
 | 
			
		||||
         (add-after 'unpack 'rename-imgp
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (rename-file "imgp.py" "imgp")
 | 
			
		||||
             #t)))))
 | 
			
		||||
             (rename-file "imgp.py" "imgp"))))))
 | 
			
		||||
    (inputs
 | 
			
		||||
     (list python-pillow))
 | 
			
		||||
    (home-page "https://github.com/jarun/imgp")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue