gnu: ffmpeg-5: Update to 5.1.2.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
This commit is contained in:
		
							parent
							
								
									0b59e22c16
								
							
						
					
					
						commit
						5723c511c2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1575,14 +1575,14 @@ operate properly.")
 | 
				
			||||||
(define-public ffmpeg-5
 | 
					(define-public ffmpeg-5
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ffmpeg")
 | 
					    (name "ffmpeg")
 | 
				
			||||||
    (version "5.1.1")
 | 
					    (version "5.1.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
 | 
					              (uri (string-append "https://ffmpeg.org/releases/ffmpeg-"
 | 
				
			||||||
                                  version ".tar.xz"))
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0d84pjmlb5ss1yybxic3wlyrr31wcsg29ysqx5qiwlcnqkw3zgwm"))))
 | 
					                "1p7kxr0f9f9d0pyyxq9ciaj9ch2drmcw5p9jk22j111ccrnp17k1"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (append
 | 
					     (append
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue