gnu: gifsicle: Update to 1.92.
* gnu/packages/image.scm (gifsicle): Update to 1.92.
This commit is contained in:
		
							parent
							
								
									04fa9c62d9
								
							
						
					
					
						commit
						5c46e1dda8
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -1505,15 +1505,14 @@ in-memory raw vectors.")
 | 
				
			||||||
(define-public gifsicle
 | 
					(define-public gifsicle
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "gifsicle")
 | 
					   (name "gifsicle")
 | 
				
			||||||
   (version "1.91")
 | 
					   (version "1.92")
 | 
				
			||||||
   (source
 | 
					   (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "http://www.lcdf.org/gifsicle/gifsicle-"
 | 
					       (uri (string-append "http://www.lcdf.org/gifsicle/gifsicle-"
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas"))))
 | 
				
			||||||
         "00586z1yz86qcblgmf16yly39n4lkjrscl52hvfxqk14m81fckha"))))
 | 
					 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    '(#:phases
 | 
					    '(#:phases
 | 
				
			||||||
| 
						 | 
					@ -1528,7 +1527,7 @@ in-memory raw vectors.")
 | 
				
			||||||
              (("/bin/rm")
 | 
					              (("/bin/rm")
 | 
				
			||||||
               (which "rm")))
 | 
					               (which "rm")))
 | 
				
			||||||
            #t)))))
 | 
					            #t)))))
 | 
				
			||||||
   (native-inputs `(("perl" ,perl))) ; Only for tests.
 | 
					   (native-inputs `(("perl" ,perl)))    ; only for tests
 | 
				
			||||||
   (inputs `(("libx11" ,libx11)))
 | 
					   (inputs `(("libx11" ,libx11)))
 | 
				
			||||||
   (home-page "http://www.lcdf.org/gifsicle/")
 | 
					   (home-page "http://www.lcdf.org/gifsicle/")
 | 
				
			||||||
   (synopsis "Edit GIF images and animations")
 | 
					   (synopsis "Edit GIF images and animations")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue