gnu: ffmpeg: Update to 4.2.2.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.2.
This commit is contained in:
		
							parent
							
								
									0fd80a2556
								
							
						
					
					
						commit
						fd4b27e4e4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -828,14 +828,14 @@ operate properly.") | |||
| (define-public ffmpeg | ||||
|   (package | ||||
|     (name "ffmpeg") | ||||
|     (version "4.2.1") | ||||
|     (version "4.2.2") | ||||
|     (source (origin | ||||
|              (method url-fetch) | ||||
|              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-" | ||||
|                                  version ".tar.xz")) | ||||
|              (sha256 | ||||
|               (base32 | ||||
|                "1m5nkc61ihgcf0b2wabm0zyqa8sj3c0w8fi6kr879lb0kdzciiyf")))) | ||||
|                "176jn1lcdf0gk7sa5l2mv0faqp5dsqdhx1gqcrgymqhfmdal4xfb")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs | ||||
|      `(("dav1d" ,dav1d) | ||||
|  |  | |||
		Reference in a new issue