gnu: libvpx: Update to 1.8.1.
* gnu/packages/video.scm (libvpx): Update to 1.8.1.
This commit is contained in:
		
							parent
							
								
									fb4ea42340
								
							
						
					
					
						commit
						a242776178
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1388,7 +1388,7 @@ access to mpv's powerful playback capabilities.")
 | 
				
			||||||
(define-public libvpx
 | 
					(define-public libvpx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libvpx")
 | 
					    (name "libvpx")
 | 
				
			||||||
    (version "1.8.0")
 | 
					    (version "1.8.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              ;; XXX: Upstream does not provide tarballs for > 1.6.1.
 | 
					              ;; XXX: Upstream does not provide tarballs for > 1.6.1.
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1398,7 +1398,7 @@ access to mpv's powerful playback capabilities.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "079pb80am08lj8y5rx99vdr99mdqis9067f172zq12alkz849n93"))
 | 
					                "0mm1dcfa268rwsrgzqpbbgq4lwrvdzgp90h9dxsnkhai70l7gipq"))
 | 
				
			||||||
              (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
 | 
					              (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue