gnu: libimagequant: Update to 2.12.5.
* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
This commit is contained in:
		
							parent
							
								
									252f44ffd9
								
							
						
					
					
						commit
						ba362ec867
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -297,7 +297,7 @@ Currently all documentation resides in @file{pnglite.h}.")
 | 
			
		|||
(define-public libimagequant
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libimagequant")
 | 
			
		||||
    (version "2.12.3")
 | 
			
		||||
    (version "2.12.5")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -306,7 +306,7 @@ Currently all documentation resides in @file{pnglite.h}.")
 | 
			
		|||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0qsfq1kv1m5jzn9v9iz0bac66k4clcis1c9877qabnwzwmwma5v0"))))
 | 
			
		||||
        (base32 "0cp68w04ja5pv77ssfafsn958w9hh9zb8crrlb5j3gsrcmdc032k"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:tests? #f))                    ; no check target
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue