gnu: v4l-utils: Update to 1.12.5.
* gnu/packages/video.scm (v4l-utils): Update to 1.12.5.
This commit is contained in:
		
							parent
							
								
									cfa7473c2b
								
							
						
					
					
						commit
						f1d1ef71ea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1592,14 +1592,14 @@ tools, XML authoring components, and an extensible plug-in based API.") | |||
| (define-public v4l-utils | ||||
|   (package | ||||
|     (name "v4l-utils") | ||||
|     (version "1.12.3") | ||||
|     (version "1.12.5") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://linuxtv.org/downloads/v4l-utils" | ||||
|                                   "/v4l-utils-" version ".tar.bz2")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0vpl3jl0x441y7b5cn7zhdsyi954hp9h2p30jhnr1zkx1rpxsiss")))) | ||||
|                 "03g2b4rivrilimcp57mwrlsa3qvrxmk4sza08mygwmqbvcnic606")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      '(#:configure-flags | ||||
|  |  | |||
		Reference in a new issue