gnu: mlt: Update to 7.18.0.
* gnu/packages/video.scm (mlt): Update to 7.18.0.
This commit is contained in:
		
							parent
							
								
									02a36d939a
								
							
						
					
					
						commit
						c03b65fc7f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3274,7 +3274,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
 | 
				
			||||||
(define-public mlt
 | 
					(define-public mlt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mlt")
 | 
					    (name "mlt")
 | 
				
			||||||
    (version "7.16.0")
 | 
					    (version "7.18.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3283,7 +3283,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0aas3zjc9xh7sn01xv67fa26bzlz9sapbgzsplmikwc9lwfl5pqi"))))
 | 
					        (base32 "1b79wcf4l099w6bp4jlhgdwnbaydkrp8rj1hflggihzn3awcrayy"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue