gnu: ffmpeg@2.8: Update to 2.8.11.
* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.11.
This commit is contained in:
		
							parent
							
								
									b55b4aa8ed
								
							
						
					
					
						commit
						2c20bf62db
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -612,14 +612,14 @@ audio/video codec library.")
 | 
			
		|||
(define-public ffmpeg-2.8
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit ffmpeg)
 | 
			
		||||
    (version "2.8.10")
 | 
			
		||||
    (version "2.8.11")
 | 
			
		||||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
 | 
			
		||||
                                 version ".tar.xz"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "1ca84kc715xm7wmbnj1z4jfhxj8c7rxhy4cqwrd8cnih0l196j1c"))))
 | 
			
		||||
               "1rhz7rhmhhh8bjcj3dc82haisn3qjbzqlr7k6d6v7064jgn3maiq"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     (substitute-keyword-arguments (package-arguments ffmpeg)
 | 
			
		||||
       ((#:configure-flags flags)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue