gnu: dav1d: Update to 0.8.1.
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
This commit is contained in:
		
							parent
							
								
									d7bcee2f83
								
							
						
					
					
						commit
						aa2e420e81
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -4459,7 +4459,7 @@ transitions, and effects and then export your film to many common formats.")
 | 
			
		|||
(define-public dav1d
 | 
			
		||||
  (package
 | 
			
		||||
    (name "dav1d")
 | 
			
		||||
    (version "0.8.0")
 | 
			
		||||
    (version "0.8.1")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -4468,8 +4468,7 @@ transitions, and effects and then export your film to many common formats.")
 | 
			
		|||
               (commit version)))
 | 
			
		||||
        (file-name (git-file-name name version))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
          "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv"))))
 | 
			
		||||
         (base32 "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x"))))
 | 
			
		||||
    (build-system meson-build-system)
 | 
			
		||||
    (native-inputs `(("nasm" ,nasm)))
 | 
			
		||||
    (home-page "https://code.videolan.org/videolan/dav1d")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue