gnu: libwebp: Update to 1.2.0.
* gnu/packages/image.scm (libwebp): Update to 1.2.0.
This commit is contained in:
		
							parent
							
								
									ad8c3b257d
								
							
						
					
					
						commit
						4087bafd68
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1285,7 +1285,7 @@ language bindings to VIGRA.")
 | 
			
		|||
(define-public libwebp
 | 
			
		||||
  (package
 | 
			
		||||
    (name "libwebp")
 | 
			
		||||
    (version "1.1.0")
 | 
			
		||||
    (version "1.2.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       ;; No tarballs are provided for >0.6.1.
 | 
			
		||||
| 
						 | 
				
			
			@ -1296,7 +1296,7 @@ language bindings to VIGRA.")
 | 
			
		|||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0r2yy9if0ndvpzadk39bigvsygyqnlv0xjb9w2aj6rs534mncazz"))))
 | 
			
		||||
         "1rgblphsd56033w7lpkrzl7m5w0fi7wavxri1ayzlg8fhpmmqp4k"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("freeglut" ,freeglut)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue